Html Css Color HEX #319B45 Chateau Green

📋 copy color: '#319B45'

red 49 ◦ green 155 ◦ blue 69

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

Shades of Chateau Green #319B45

Tints of Chateau Green #319B45

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.78%

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 17.95%
G = 56.78%
B = 25.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#319B45 (or 0x319B45) is known color: Chateau Green. HEX triplet: 31, 9B and 45. RGB value is (49,155,69). Sum of RGB (Red+Green+Blue) = 49+155+69=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #319B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B45 is #CE64BA. Grayscale: #717171. Windows color (decimal): -13526203 or 4561713. OLE color: 4561713.

HSL color Cylindrical-coordinate representation of color #319B45: hue angle of 131.32º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B45 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 69 -
CMYK 0.68 0 0.55 0.39
HSL 131.32º 0.52% 0.4% -
HSV(B) 131.32º 0.68% 0.61% -
XYZ 14.06 24.53 9.62 -
YUV 113.5 102.88 81.99 -
System Red Green Blue C M Y K H S L
Decimal 49 155 69 0.68 0 0.55 0.39 131.32 0.52 0.4
Hex 31 9B 45 44 0 37 27 83 34 28
Octal 61 233 105 104 0 67 47 203 64 50
Binary 110001 10011011 1000101 1000100 0 110111 100111 10000011 110100 101000

Color Harmonies of #319B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B45

Black with #319B45

Text Example


Text Example

White with #319B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B45; }

 p { color: rgb(49,155,69); }

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

background-color css

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

 a { background-color: rgb(49,155,69); }

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

border-color css

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

 span { border-color: rgb(49,155,69); }

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