Html Css Color HEX #527933 Green Leaf

📋 copy color: '#527933'

red 82 ◦ green 121 ◦ blue 51

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

Shades of Green Leaf #527933

Tints of Green Leaf #527933

RGB

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

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

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

R = 32.28%
G = 47.64%
B = 20.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#527933 (or 0x527933) is known color: Green Leaf. HEX triplet: 52, 79 and 33. RGB value is (82,121,51). Sum of RGB (Red+Green+Blue) = 82+121+51=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #527933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527933 is #AD86CC. Grayscale: #656565. Windows color (decimal): -11372237 or 3373394. OLE color: 3373394.

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

Color convert

RGB 82 121 51 -
CMYK 0.32 0 0.58 0.53
HSL 93.43º 0.41% 0.34% -
HSV(B) 93.43º 0.58% 0.47% -
XYZ 10.91 15.71 5.59 -
YUV 101.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 82 121 51 0.32 0 0.58 0.53 93.43 0.41 0.34
Hex 52 79 33 20 0 3A 35 5D 29 22
Octal 122 171 63 40 0 72 65 135 51 42
Binary 1010010 1111001 110011 100000 0 111010 110101 1011101 101001 100010

Color Harmonies of #527933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527933

Black with #527933

Text Example


Text Example

White with #527933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527933; }

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

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

background-color css

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

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

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

border-color css

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

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

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