Html Css Color HEX #4B7208 Green Leaf

📋 copy color: '#4B7208'

red 75 ◦ green 114 ◦ blue 8

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

Shades of Green Leaf #4B7208

Tints of Green Leaf #4B7208

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.87%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 38.07%
G = 57.87%
B = 4.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#4B7208 (or 0x4B7208) is known color: Green Leaf. HEX triplet: 4B, 72 and 08. RGB value is (75,114,8). Sum of RGB (Red+Green+Blue) = 75+114+8=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7208 is #B48DF7. Grayscale: #5A5A5A. Windows color (decimal): -11832824 or 553547. OLE color: 553547.

HSL color Cylindrical-coordinate representation of color #4B7208: hue angle of 82.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B7208 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 114 8 -
CMYK 0.34 0 0.93 0.55
HSL 82.08º 0.87% 0.24% -
HSV(B) 82.08º 0.93% 0.45% -
XYZ 8.96 13.55 2.37 -
YUV 90.26 81.58 117.12 -
System Red Green Blue C M Y K H S L
Decimal 75 114 8 0.34 0 0.93 0.55 82.08 0.87 0.24
Hex 4B 72 8 22 0 5D 37 52 57 18
Octal 113 162 10 42 0 135 67 122 127 30
Binary 1001011 1110010 1000 100010 0 1011101 110111 1010010 1010111 11000

Color Harmonies of #4B7208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7208

Black with #4B7208

Text Example


Text Example

White with #4B7208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,114,8); }

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

background-color css

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

 a { background-color: rgb(75,114,8); }

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

border-color css

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

 span { border-color: rgb(75,114,8); }

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