Html Css Color HEX #509866 Chateau Green

📋 copy color: '#509866'

red 80 ◦ green 152 ◦ blue 102

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

Shades of Chateau Green #509866

Tints of Chateau Green #509866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 23.95%
G = 45.51%
B = 30.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#509866 (or 0x509866) is known color: Chateau Green. HEX triplet: 50, 98 and 66. RGB value is (80,152,102). Sum of RGB (Red+Green+Blue) = 80+152+102=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #509866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509866 is #AF6799. Grayscale: #7C7C7C. Windows color (decimal): -11495322 or 6723664. OLE color: 6723664.

HSL color Cylindrical-coordinate representation of color #509866: hue angle of 138.33º 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 #509866 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 102 -
CMYK 0.47 0 0.33 0.40
HSL 138.33º 0.31% 0.45% -
HSV(B) 138.33º 0.47% 0.6% -
XYZ 16.93 25.12 16.53 -
YUV 124.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 80 152 102 0.47 0 0.33 0.40 138.33 0.31 0.45
Hex 50 98 66 2F 0 21 28 8A 1F 2D
Octal 120 230 146 57 0 41 50 212 37 55
Binary 1010000 10011000 1100110 101111 0 100001 101000 10001010 11111 101101

Color Harmonies of #509866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509866

Black with #509866

Text Example


Text Example

White with #509866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509866; }

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

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

background-color css

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

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

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

border-color css

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

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

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