Html Css Color HEX #526929 Green Leaf

📋 copy color: '#526929'

red 82 ◦ green 105 ◦ blue 41

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

Shades of Green Leaf #526929

Tints of Green Leaf #526929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 35.96%
G = 46.05%
B = 17.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#526929 (or 0x526929) is known color: Green Leaf. HEX triplet: 52, 69 and 29. RGB value is (82,105,41). Sum of RGB (Red+Green+Blue) = 82+105+41=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #526929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526929 is #AD96D6. Grayscale: #5B5B5B. Windows color (decimal): -11376343 or 2713938. OLE color: 2713938.

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

Color convert

RGB 82 105 41 -
CMYK 0.22 0 0.61 0.59
HSL 81.56º 0.44% 0.29% -
HSV(B) 81.56º 0.61% 0.41% -
XYZ 8.93 12.06 3.95 -
YUV 90.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 82 105 41 0.22 0 0.61 0.59 81.56 0.44 0.29
Hex 52 69 29 16 0 3D 3B 52 2C 1D
Octal 122 151 51 26 0 75 73 122 54 35
Binary 1010010 1101001 101001 10110 0 111101 111011 1010010 101100 11101

Color Harmonies of #526929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526929

Black with #526929

Text Example


Text Example

White with #526929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526929; }

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

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

background-color css

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

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

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

border-color css

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

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

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