Html Css Color HEX #309541 Chateau Green

📋 copy color: '#309541'

red 48 ◦ green 149 ◦ blue 65

#309541
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #309541

Tints of Chateau Green #309541

RGB

 RED value IS 48 (19.14% from 255) = 18.32%

 GREEN value IS 149 (58.59% from 255) = 56.87%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 18.32%
G = 56.87%
B = 24.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#309541 (or 0x309541) is known color: Chateau Green. HEX triplet: 30, 95 and 41. RGB value is (48,149,65). Sum of RGB (Red+Green+Blue) = 48+149+65=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #309541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309541 is #CF6ABE. Grayscale: #6D6D6D. Windows color (decimal): -13593279 or 4298032. OLE color: 4298032.

HSL color Cylindrical-coordinate representation of color #309541: hue angle of 130.1º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309541 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 65 -
CMYK 0.68 0 0.56 0.42
HSL 130.1º 0.51% 0.39% -
HSV(B) 130.1º 0.68% 0.58% -
XYZ 12.92 22.5 8.66 -
YUV 109.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 48 149 65 0.68 0 0.56 0.42 130.1 0.51 0.39
Hex 30 95 41 44 0 38 2A 82 33 27
Octal 60 225 101 104 0 70 52 202 63 47
Binary 110000 10010101 1000001 1000100 0 111000 101010 10000010 110011 100111

Color Harmonies of #309541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309541

Black with #309541

Text Example


Text Example

White with #309541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309541; }

 p { color: rgb(48,149,65); }

 H1.HeaderClassName
 {
   color: #309541;
 }
 .AnyTagClassName
 {
   color: #309541;
 }
</style>

background-color css

<style>
 a { background-color: #309541; }

 a { background-color: rgb(48,149,65); }

 div.DivClassName
 {
   background-color: #309541;
 }
 .BgClassName
 {
   background-color: #309541;
 }
</style>

border-color css

<style>
 span { border-color: #309541; }

 span { border-color: rgb(48,149,65); }

 td.TdClassName
 {
   border-color: #309541;
 }
 .TagClassName
 {
   border-color: #309541;
 }
</style>