Html Css Color HEX #4B711C Green Leaf

📋 copy color: '#4B711C'

red 75 ◦ green 113 ◦ blue 28

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

Shades of Green Leaf #4B711C

Tints of Green Leaf #4B711C

RGB

 RED value IS 75 (29.69% from 255) = 34.72%

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

 BLUE value IS 28 (11.33% from 255) = 12.96%

R = 34.72%
G = 52.31%
B = 12.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#4B711C (or 0x4B711C) is known color: Green Leaf. HEX triplet: 4B, 71 and 1C. RGB value is (75,113,28). Sum of RGB (Red+Green+Blue) = 75+113+28=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #4B711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B711C is #B48EE3. Grayscale: #5C5C5C. Windows color (decimal): -11833060 or 1864011. OLE color: 1864011.

HSL color Cylindrical-coordinate representation of color #4B711C: hue angle of 86.82º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B711C is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 113 28 -
CMYK 0.34 0 0.75 0.56
HSL 86.82º 0.6% 0.28% -
HSV(B) 86.82º 0.75% 0.44% -
XYZ 9.02 13.39 3.21 -
YUV 91.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 75 113 28 0.34 0 0.75 0.56 86.82 0.6 0.28
Hex 4B 71 1C 22 0 4B 38 57 3C 1C
Octal 113 161 34 42 0 113 70 127 74 34
Binary 1001011 1110001 11100 100010 0 1001011 111000 1010111 111100 11100

Color Harmonies of #4B711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B711C

Black with #4B711C

Text Example


Text Example

White with #4B711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,28); }

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

background-color css

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

 a { background-color: rgb(75,113,28); }

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

border-color css

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

 span { border-color: rgb(75,113,28); }

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