Html Css Color HEX #309542 Chateau Green

📋 copy color: '#309542'

red 48 ◦ green 149 ◦ blue 66

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

Shades of Chateau Green #309542

Tints of Chateau Green #309542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 18.25%
G = 56.65%
B = 25.1%

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

#309542 (or 0x309542) is known color: Chateau Green. HEX triplet: 30, 95 and 42. RGB value is (48,149,66). Sum of RGB (Red+Green+Blue) = 48+149+66=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #309542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309542 is #CF6ABD. Grayscale: #6D6D6D. Windows color (decimal): -13593278 or 4363568. OLE color: 4363568.

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

Color convert

RGB 48 149 66 -
CMYK 0.68 0 0.56 0.42
HSL 130.69º 0.51% 0.39% -
HSV(B) 130.69º 0.68% 0.58% -
XYZ 12.95 22.52 8.82 -
YUV 109.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 48 149 66 0.68 0 0.56 0.42 130.69 0.51 0.39
Hex 30 95 42 44 0 38 2A 83 33 27
Octal 60 225 102 104 0 70 52 203 63 47
Binary 110000 10010101 1000010 1000100 0 111000 101010 10000011 110011 100111

Color Harmonies of #309542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309542

Black with #309542

Text Example


Text Example

White with #309542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309542; }

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

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

background-color css

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

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

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

border-color css

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

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

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