Html Css Color HEX #527023 Green Leaf

📋 copy color: '#527023'

red 82 ◦ green 112 ◦ blue 35

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

Shades of Green Leaf #527023

Tints of Green Leaf #527023

RGB

 RED value IS 82 (32.42% from 255) = 35.81%

 GREEN value IS 112 (44.14% from 255) = 48.91%

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

R = 35.81%
G = 48.91%
B = 15.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#527023 (or 0x527023) is known color: Green Leaf. HEX triplet: 52, 70 and 23. RGB value is (82,112,35). Sum of RGB (Red+Green+Blue) = 82+112+35=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #527023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527023 is #AD8FDC. Grayscale: #5E5E5E. Windows color (decimal): -11374557 or 2322514. OLE color: 2322514.

HSL color Cylindrical-coordinate representation of color #527023: hue angle of 83.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #527023 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 35 -
CMYK 0.27 0 0.69 0.56
HSL 83.38º 0.52% 0.29% -
HSV(B) 83.38º 0.69% 0.44% -
XYZ 9.58 13.5 3.69 -
YUV 94.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 82 112 35 0.27 0 0.69 0.56 83.38 0.52 0.29
Hex 52 70 23 1B 0 45 38 53 34 1D
Octal 122 160 43 33 0 105 70 123 64 35
Binary 1010010 1110000 100011 11011 0 1000101 111000 1010011 110100 11101

Color Harmonies of #527023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527023

Black with #527023

Text Example


Text Example

White with #527023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527023; }

 p { color: rgb(82,112,35); }

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

background-color css

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

 a { background-color: rgb(82,112,35); }

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

border-color css

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

 span { border-color: rgb(82,112,35); }

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