Html Css Color HEX #51965E Chateau Green

📋 copy color: '#51965E'

red 81 ◦ green 150 ◦ blue 94

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

Shades of Chateau Green #51965E

Tints of Chateau Green #51965E

RGB

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

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

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

R = 24.92%
G = 46.15%
B = 28.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#51965E (or 0x51965E) is known color: Chateau Green. HEX triplet: 51, 96 and 5E. RGB value is (81,150,94). Sum of RGB (Red+Green+Blue) = 81+150+94=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #51965E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51965E is #AE69A1. Grayscale: #7B7B7B. Windows color (decimal): -11430306 or 6198865. OLE color: 6198865.

HSL color Cylindrical-coordinate representation of color #51965E: hue angle of 131.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51965E is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 94 -
CMYK 0.46 0 0.37 0.41
HSL 131.3º 0.3% 0.45% -
HSV(B) 131.3º 0.46% 0.59% -
XYZ 16.32 24.37 14.43 -
YUV 122.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 81 150 94 0.46 0 0.37 0.41 131.3 0.3 0.45
Hex 51 96 5E 2E 0 25 29 83 1E 2D
Octal 121 226 136 56 0 45 51 203 36 55
Binary 1010001 10010110 1011110 101110 0 100101 101001 10000011 11110 101101

Color Harmonies of #51965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51965E

Black with #51965E

Text Example


Text Example

White with #51965E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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