Html Css Color HEX #319642 Chateau Green

📋 copy color: '#319642'

red 49 ◦ green 150 ◦ blue 66

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

Shades of Chateau Green #319642

Tints of Chateau Green #319642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.6%

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

R = 18.49%
G = 56.6%
B = 24.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#319642 (or 0x319642) is known color: Chateau Green. HEX triplet: 31, 96 and 42. RGB value is (49,150,66). Sum of RGB (Red+Green+Blue) = 49+150+66=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #319642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319642 is #CE69BD. Grayscale: #6E6E6E. Windows color (decimal): -13527486 or 4363825. OLE color: 4363825.

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

Color convert

RGB 49 150 66 -
CMYK 0.67 0 0.56 0.41
HSL 130.1º 0.51% 0.39% -
HSV(B) 130.1º 0.67% 0.59% -
XYZ 13.16 22.86 8.87 -
YUV 110.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 49 150 66 0.67 0 0.56 0.41 130.1 0.51 0.39
Hex 31 96 42 43 0 38 29 82 33 27
Octal 61 226 102 103 0 70 51 202 63 47
Binary 110001 10010110 1000010 1000011 0 111000 101001 10000010 110011 100111

Color Harmonies of #319642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319642

Black with #319642

Text Example


Text Example

White with #319642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319642; }

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

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

background-color css

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

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

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

border-color css

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

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

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