Html Css Color HEX #527923 Green Leaf

📋 copy color: '#527923'

red 82 ◦ green 121 ◦ blue 35

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

Shades of Green Leaf #527923

Tints of Green Leaf #527923

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.84%

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

R = 34.45%
G = 50.84%
B = 14.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#527923 (or 0x527923) is known color: Green Leaf. HEX triplet: 52, 79 and 23. RGB value is (82,121,35). Sum of RGB (Red+Green+Blue) = 82+121+35=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #527923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527923 is #AD86DC. Grayscale: #636363. Windows color (decimal): -11372253 or 2324818. OLE color: 2324818.

HSL color Cylindrical-coordinate representation of color #527923: hue angle of 87.21º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #527923 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 35 -
CMYK 0.32 0 0.71 0.53
HSL 87.21º 0.55% 0.31% -
HSV(B) 87.21º 0.71% 0.47% -
XYZ 10.62 15.59 4.04 -
YUV 99.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 82 121 35 0.32 0 0.71 0.53 87.21 0.55 0.31
Hex 52 79 23 20 0 47 35 57 37 1F
Octal 122 171 43 40 0 107 65 127 67 37
Binary 1010010 1111001 100011 100000 0 1000111 110101 1010111 110111 11111

Color Harmonies of #527923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527923

Black with #527923

Text Example


Text Example

White with #527923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527923; }

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

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

background-color css

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

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

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

border-color css

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

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

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