Html Css Color HEX #526933 Green Leaf

📋 copy color: '#526933'

red 82 ◦ green 105 ◦ blue 51

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

Shades of Green Leaf #526933

Tints of Green Leaf #526933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 34.45%
G = 44.12%
B = 21.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#526933 (or 0x526933) is known color: Green Leaf. HEX triplet: 52, 69 and 33. RGB value is (82,105,51). Sum of RGB (Red+Green+Blue) = 82+105+51=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #526933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526933 is #AD96CC. Grayscale: #5C5C5C. Windows color (decimal): -11376333 or 3369298. OLE color: 3369298.

HSL color Cylindrical-coordinate representation of color #526933: hue angle of 85.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #526933 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 51 -
CMYK 0.22 0 0.51 0.59
HSL 85.56º 0.35% 0.31% -
HSV(B) 85.56º 0.51% 0.41% -
XYZ 9.13 12.14 4.99 -
YUV 91.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 82 105 51 0.22 0 0.51 0.59 85.56 0.35 0.31
Hex 52 69 33 16 0 33 3B 56 23 1F
Octal 122 151 63 26 0 63 73 126 43 37
Binary 1010010 1101001 110011 10110 0 110011 111011 1010110 100011 11111

Color Harmonies of #526933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526933

Black with #526933

Text Example


Text Example

White with #526933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526933; }

 p { color: rgb(82,105,51); }

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

background-color css

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

 a { background-color: rgb(82,105,51); }

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

border-color css

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

 span { border-color: rgb(82,105,51); }

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