Html Css Color HEX #506923 Green Leaf

📋 copy color: '#506923'

red 80 ◦ green 105 ◦ blue 35

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

Shades of Green Leaf #506923

Tints of Green Leaf #506923

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

 BLUE value IS 35 (14.06% from 255) = 15.91%

R = 36.36%
G = 47.73%
B = 15.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#506923 (or 0x506923) is known color: Green Leaf. HEX triplet: 50, 69 and 23. RGB value is (80,105,35). Sum of RGB (Red+Green+Blue) = 80+105+35=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #506923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506923 is #AF96DC. Grayscale: #595959. Windows color (decimal): -11507421 or 2320720. OLE color: 2320720.

HSL color Cylindrical-coordinate representation of color #506923: hue angle of 81.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506923 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 35 -
CMYK 0.24 0 0.67 0.59
HSL 81.43º 0.5% 0.27% -
HSV(B) 81.43º 0.67% 0.41% -
XYZ 8.66 11.93 3.44 -
YUV 89.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 80 105 35 0.24 0 0.67 0.59 81.43 0.5 0.27
Hex 50 69 23 18 0 43 3B 51 32 1B
Octal 120 151 43 30 0 103 73 121 62 33
Binary 1010000 1101001 100011 11000 0 1000011 111011 1010001 110010 11011

Color Harmonies of #506923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506923

Black with #506923

Text Example


Text Example

White with #506923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506923; }

 p { color: rgb(80,105,35); }

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

background-color css

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

 a { background-color: rgb(80,105,35); }

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

border-color css

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

 span { border-color: rgb(80,105,35); }

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