Html Css Color HEX #319842 Chateau Green

📋 copy color: '#319842'

red 49 ◦ green 152 ◦ blue 66

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

Shades of Chateau Green #319842

Tints of Chateau Green #319842

RGB

 RED value IS 49 (19.53% from 255) = 18.35%

 GREEN value IS 152 (59.77% from 255) = 56.93%

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

R = 18.35%
G = 56.93%
B = 24.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#319842 (or 0x319842) is known color: Chateau Green. HEX triplet: 31, 98 and 42. RGB value is (49,152,66). Sum of RGB (Red+Green+Blue) = 49+152+66=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #319842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319842 is #CE67BD. Grayscale: #6F6F6F. Windows color (decimal): -13526974 or 4364337. OLE color: 4364337.

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

Color convert

RGB 49 152 66 -
CMYK 0.68 0 0.57 0.40
HSL 129.9º 0.51% 0.39% -
HSV(B) 129.9º 0.68% 0.6% -
XYZ 13.48 23.5 8.98 -
YUV 111.4 102.38 83.49 -
System Red Green Blue C M Y K H S L
Decimal 49 152 66 0.68 0 0.57 0.40 129.9 0.51 0.39
Hex 31 98 42 44 0 39 28 82 33 27
Octal 61 230 102 104 0 71 50 202 63 47
Binary 110001 10011000 1000010 1000100 0 111001 101000 10000010 110011 100111

Color Harmonies of #319842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319842

Black with #319842

Text Example


Text Example

White with #319842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319842; }

 p { color: rgb(49,152,66); }

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

background-color css

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

 a { background-color: rgb(49,152,66); }

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

border-color css

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

 span { border-color: rgb(49,152,66); }

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