Html Css Color HEX #52661B Green Leaf

📋 copy color: '#52661B'

red 82 ◦ green 102 ◦ blue 27

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

Shades of Green Leaf #52661B

Tints of Green Leaf #52661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.34%

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 38.86%
G = 48.34%
B = 12.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#52661B (or 0x52661B) is known color: Green Leaf. HEX triplet: 52, 66 and 1B. RGB value is (82,102,27). Sum of RGB (Red+Green+Blue) = 82+102+27=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #52661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52661B is #AD99E4. Grayscale: #575757. Windows color (decimal): -11377125 or 1795666. OLE color: 1795666.

HSL color Cylindrical-coordinate representation of color #52661B: hue angle of 76º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52661B is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 27 -
CMYK 0.20 0 0.74 0.6
HSL 76º 0.58% 0.25% -
HSV(B) 76º 0.74% 0.4% -
XYZ 8.43 11.38 2.79 -
YUV 87.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 82 102 27 0.20 0 0.74 0.6 76 0.58 0.25
Hex 52 66 1B 14 0 4A 3C 4C 3A 19
Octal 122 146 33 24 0 112 74 114 72 31
Binary 1010010 1100110 11011 10100 0 1001010 111100 1001100 111010 11001

Color Harmonies of #52661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52661B

Black with #52661B

Text Example


Text Example

White with #52661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52661B; }

 p { color: rgb(82,102,27); }

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

background-color css

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

 a { background-color: rgb(82,102,27); }

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

border-color css

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

 span { border-color: rgb(82,102,27); }

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