Html Css Color HEX #319C44 Chateau Green

📋 copy color: '#319C44'

red 49 ◦ green 156 ◦ blue 68

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

Shades of Chateau Green #319C44

Tints of Chateau Green #319C44

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.14%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 17.95%
G = 57.14%
B = 24.91%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#319C44 (or 0x319C44) is known color: Chateau Green. HEX triplet: 31, 9C and 44. RGB value is (49,156,68). Sum of RGB (Red+Green+Blue) = 49+156+68=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #319C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C44 is #CE63BB. Grayscale: #727272. Windows color (decimal): -13525948 or 4496433. OLE color: 4496433.

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

Color convert

RGB 49 156 68 -
CMYK 0.69 0 0.56 0.39
HSL 130.65º 0.52% 0.4% -
HSV(B) 130.65º 0.69% 0.61% -
XYZ 14.2 24.85 9.52 -
YUV 113.98 102.05 81.66 -
System Red Green Blue C M Y K H S L
Decimal 49 156 68 0.69 0 0.56 0.39 130.65 0.52 0.4
Hex 31 9C 44 45 0 38 27 83 34 28
Octal 61 234 104 105 0 70 47 203 64 50
Binary 110001 10011100 1000100 1000101 0 111000 100111 10000011 110100 101000

Color Harmonies of #319C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C44

Black with #319C44

Text Example


Text Example

White with #319C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,68); }

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

background-color css

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

 a { background-color: rgb(49,156,68); }

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

border-color css

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

 span { border-color: rgb(49,156,68); }

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