Html Css Color HEX #4B7212 Green Leaf

📋 copy color: '#4B7212'

red 75 ◦ green 114 ◦ blue 18

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

Shades of Green Leaf #4B7212

Tints of Green Leaf #4B7212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 36.23%
G = 55.07%
B = 8.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#4B7212 (or 0x4B7212) is known color: Green Leaf. HEX triplet: 4B, 72 and 12. RGB value is (75,114,18). Sum of RGB (Red+Green+Blue) = 75+114+18=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7212 is #B48DED. Grayscale: #5B5B5B. Windows color (decimal): -11832814 or 1208907. OLE color: 1208907.

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

Color convert

RGB 75 114 18 -
CMYK 0.34 0 0.84 0.55
HSL 84.38º 0.73% 0.26% -
HSV(B) 84.38º 0.84% 0.45% -
XYZ 9.03 13.57 2.72 -
YUV 91.4 86.58 116.31 -
System Red Green Blue C M Y K H S L
Decimal 75 114 18 0.34 0 0.84 0.55 84.38 0.73 0.26
Hex 4B 72 12 22 0 54 37 54 49 1A
Octal 113 162 22 42 0 124 67 124 111 32
Binary 1001011 1110010 10010 100010 0 1010100 110111 1010100 1001001 11010

Color Harmonies of #4B7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7212

Black with #4B7212

Text Example


Text Example

White with #4B7212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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