Html Css Color HEX #509864 Chateau Green

📋 copy color: '#509864'

red 80 ◦ green 152 ◦ blue 100

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

Shades of Chateau Green #509864

Tints of Chateau Green #509864

RGB

 RED value IS 80 (31.64% from 255) = 24.1%

 GREEN value IS 152 (59.77% from 255) = 45.78%

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 24.1%
G = 45.78%
B = 30.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#509864 (or 0x509864) is known color: Chateau Green. HEX triplet: 50, 98 and 64. RGB value is (80,152,100). Sum of RGB (Red+Green+Blue) = 80+152+100=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #509864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509864 is #AF679B. Grayscale: #7C7C7C. Windows color (decimal): -11495324 or 6592592. OLE color: 6592592.

HSL color Cylindrical-coordinate representation of color #509864: hue angle of 136.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509864 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 100 -
CMYK 0.47 0 0.34 0.40
HSL 136.67º 0.31% 0.45% -
HSV(B) 136.67º 0.47% 0.6% -
XYZ 16.84 25.08 16.01 -
YUV 124.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 80 152 100 0.47 0 0.34 0.40 136.67 0.31 0.45
Hex 50 98 64 2F 0 22 28 89 1F 2D
Octal 120 230 144 57 0 42 50 211 37 55
Binary 1010000 10011000 1100100 101111 0 100010 101000 10001001 11111 101101

Color Harmonies of #509864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509864

Black with #509864

Text Example


Text Example

White with #509864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509864; }

 p { color: rgb(80,152,100); }

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

background-color css

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

 a { background-color: rgb(80,152,100); }

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

border-color css

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

 span { border-color: rgb(80,152,100); }

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