Html Css Color HEX #309540 Chateau Green

📋 copy color: '#309540'

red 48 ◦ green 149 ◦ blue 64

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

Shades of Chateau Green #309540

Tints of Chateau Green #309540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 18.39%
G = 57.09%
B = 24.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#309540 (or 0x309540) is known color: Chateau Green. HEX triplet: 30, 95 and 40. RGB value is (48,149,64). Sum of RGB (Red+Green+Blue) = 48+149+64=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #309540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309540 is #CF6ABF. Grayscale: #6D6D6D. Windows color (decimal): -13593280 or 4232496. OLE color: 4232496.

HSL color Cylindrical-coordinate representation of color #309540: hue angle of 129.5º 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 #309540 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 64 -
CMYK 0.68 0 0.57 0.42
HSL 129.5º 0.51% 0.39% -
HSV(B) 129.5º 0.68% 0.58% -
XYZ 12.89 22.49 8.51 -
YUV 109.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 48 149 64 0.68 0 0.57 0.42 129.5 0.51 0.39
Hex 30 95 40 44 0 39 2A 82 33 27
Octal 60 225 100 104 0 71 52 202 63 47
Binary 110000 10010101 1000000 1000100 0 111001 101010 10000010 110011 100111

Color Harmonies of #309540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309540

Black with #309540

Text Example


Text Example

White with #309540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309540; }

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

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

background-color css

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

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

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

border-color css

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

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

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