Html Css Color HEX #52671B Green Leaf

📋 copy color: '#52671B'

red 82 ◦ green 103 ◦ blue 27

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

Shades of Green Leaf #52671B

Tints of Green Leaf #52671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.58%

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

R = 38.68%
G = 48.58%
B = 12.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#52671B (or 0x52671B) is known color: Green Leaf. HEX triplet: 52, 67 and 1B. RGB value is (82,103,27). Sum of RGB (Red+Green+Blue) = 82+103+27=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #52671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52671B is #AD98E4. Grayscale: #585858. Windows color (decimal): -11376869 or 1795922. OLE color: 1795922.

HSL color Cylindrical-coordinate representation of color #52671B: hue angle of 76.58º 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 #52671B is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 27 -
CMYK 0.20 0 0.74 0.60
HSL 76.58º 0.58% 0.25% -
HSV(B) 76.58º 0.74% 0.4% -
XYZ 8.53 11.57 2.82 -
YUV 88.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 82 103 27 0.20 0 0.74 0.60 76.58 0.58 0.25
Hex 52 67 1B 14 0 4A 3C 4D 3A 19
Octal 122 147 33 24 0 112 74 115 72 31
Binary 1010010 1100111 11011 10100 0 1001010 111100 1001101 111010 11001

Color Harmonies of #52671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52671B

Black with #52671B

Text Example


Text Example

White with #52671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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