Html Css Color HEX #319648 Chateau Green

📋 copy color: '#319648'

red 49 ◦ green 150 ◦ blue 72

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

Shades of Chateau Green #319648

Tints of Chateau Green #319648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 18.08%
G = 55.35%
B = 26.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#319648 (or 0x319648) is known color: Chateau Green. HEX triplet: 31, 96 and 48. RGB value is (49,150,72). Sum of RGB (Red+Green+Blue) = 49+150+72=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #319648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319648 is #CE69B7. Grayscale: #6F6F6F. Windows color (decimal): -13527480 or 4757041. OLE color: 4757041.

HSL color Cylindrical-coordinate representation of color #319648: hue angle of 133.66º 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 #319648 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 72 -
CMYK 0.67 0 0.52 0.41
HSL 133.66º 0.51% 0.39% -
HSV(B) 133.66º 0.67% 0.59% -
XYZ 13.34 22.93 9.85 -
YUV 110.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 49 150 72 0.67 0 0.52 0.41 133.66 0.51 0.39
Hex 31 96 48 43 0 34 29 86 33 27
Octal 61 226 110 103 0 64 51 206 63 47
Binary 110001 10010110 1001000 1000011 0 110100 101001 10000110 110011 100111

Color Harmonies of #319648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319648

Black with #319648

Text Example


Text Example

White with #319648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319648; }

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

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

background-color css

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

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

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

border-color css

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

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

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