Html Css Color HEX #51995E Chateau Green

📋 copy color: '#51995E'

red 81 ◦ green 153 ◦ blue 94

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

Shades of Chateau Green #51995E

Tints of Chateau Green #51995E

RGB

 RED value IS 81 (32.03% from 255) = 24.7%

 GREEN value IS 153 (60.16% from 255) = 46.65%

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 24.7%
G = 46.65%
B = 28.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#51995E (or 0x51995E) is known color: Chateau Green. HEX triplet: 51, 99 and 5E. RGB value is (81,153,94). Sum of RGB (Red+Green+Blue) = 81+153+94=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #51995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51995E is #AE66A1. Grayscale: #7C7C7C. Windows color (decimal): -11429538 or 6199633. OLE color: 6199633.

HSL color Cylindrical-coordinate representation of color #51995E: hue angle of 130.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51995E is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 94 -
CMYK 0.47 0 0.39 0.4
HSL 130.83º 0.31% 0.46% -
HSV(B) 130.83º 0.47% 0.6% -
XYZ 16.8 25.34 14.6 -
YUV 124.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 81 153 94 0.47 0 0.39 0.4 130.83 0.31 0.46
Hex 51 99 5E 2F 0 27 28 83 1F 2E
Octal 121 231 136 57 0 47 50 203 37 56
Binary 1010001 10011001 1011110 101111 0 100111 101000 10000011 11111 101110

Color Harmonies of #51995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51995E

Black with #51995E

Text Example


Text Example

White with #51995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51995E; }

 p { color: rgb(81,153,94); }

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

background-color css

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

 a { background-color: rgb(81,153,94); }

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

border-color css

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

 span { border-color: rgb(81,153,94); }

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