Html Css Color HEX #319B40 Chateau Green

📋 copy color: '#319B40'

red 49 ◦ green 155 ◦ blue 64

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

Shades of Chateau Green #319B40

Tints of Chateau Green #319B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 18.28%
G = 57.84%
B = 23.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#319B40 (or 0x319B40) is known color: Chateau Green. HEX triplet: 31, 9B and 40. RGB value is (49,155,64). Sum of RGB (Red+Green+Blue) = 49+155+64=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #319B40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319B40 is #CE64BF. Grayscale: #717171. Windows color (decimal): -13526208 or 4234033. OLE color: 4234033.

HSL color Cylindrical-coordinate representation of color #319B40: hue angle of 128.49º 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 #319B40 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 64 -
CMYK 0.68 0 0.59 0.39
HSL 128.49º 0.52% 0.4% -
HSV(B) 128.49º 0.68% 0.61% -
XYZ 13.91 24.47 8.84 -
YUV 112.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 49 155 64 0.68 0 0.59 0.39 128.49 0.52 0.4
Hex 31 9B 40 44 0 3B 27 80 34 28
Octal 61 233 100 104 0 73 47 200 64 50
Binary 110001 10011011 1000000 1000100 0 111011 100111 10000000 110100 101000

Color Harmonies of #319B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B40

Black with #319B40

Text Example


Text Example

White with #319B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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