Html Css Color HEX #4C711B Green Leaf

📋 copy color: '#4C711B'

red 76 ◦ green 113 ◦ blue 27

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

Shades of Green Leaf #4C711B

Tints of Green Leaf #4C711B

RGB

 RED value IS 76 (30.08% from 255) = 35.19%

 GREEN value IS 113 (44.53% from 255) = 52.31%

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

R = 35.19%
G = 52.31%
B = 12.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#4C711B (or 0x4C711B) is known color: Green Leaf. HEX triplet: 4C, 71 and 1B. RGB value is (76,113,27). Sum of RGB (Red+Green+Blue) = 76+113+27=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #4C711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C711B is #B38EE4. Grayscale: #5C5C5C. Windows color (decimal): -11767525 or 1798476. OLE color: 1798476.

HSL color Cylindrical-coordinate representation of color #4C711B: hue angle of 85.81º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C711B is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 27 -
CMYK 0.33 0 0.76 0.56
HSL 85.81º 0.61% 0.27% -
HSV(B) 85.81º 0.76% 0.44% -
XYZ 9.08 13.43 3.15 -
YUV 92.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 76 113 27 0.33 0 0.76 0.56 85.81 0.61 0.27
Hex 4C 71 1B 21 0 4C 38 56 3D 1B
Octal 114 161 33 41 0 114 70 126 75 33
Binary 1001100 1110001 11011 100001 0 1001100 111000 1010110 111101 11011

Color Harmonies of #4C711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C711B

Black with #4C711B

Text Example


Text Example

White with #4C711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C711B; }

 p { color: rgb(76,113,27); }

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

background-color css

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

 a { background-color: rgb(76,113,27); }

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

border-color css

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

 span { border-color: rgb(76,113,27); }

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