#43720E

Color #43720E Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #43720E

Tints of Green Leaf #43720E

Color information

#43720E (or 0x43720E) is unknown color: approx Green Leaf. HEX triplet: 43, 72 and 0E. RGB value is (67,114,14). Sum of RGB (Red+Green+Blue) = 67+114+14=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #43720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43720E is #BC8DF1. Grayscale: #585858. Windows color (decimal): -12357106 or 946755. OLE color: 946755.

HSL color Cylindrical-coordinate representation of color #43720E: hue angle of 88.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43720E is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB6711414-
CMYK0.4100.880.55
HSL88.2º78.12%25.1%-
HSV(B)88.2º87.72%44.71%-
XYZ8.4113.262.53-
YUV88.5585.93112.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 114 (44.92% from 255) = 58.46%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=34.36%
G=58.46%
B=7.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67114140.4100.880.5588.278.1225.1
Hex4372E2905837584e19
Octal103162165101306713011631
Binary100001111100101110101001010110001101111011000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43720E; }

 p { color: rgb(67,114,14); }

 H1.HeaderClassName
 {
   color: #43720E;
 }
 .AnyTagClassName
 {
   color: #43720E;
 }
</style>
background-color css

<style>
 a { background-color: #43720E; }

 a { background-color: rgb(67,114,14); }

 div.DivClassName
 {
   background-color: #43720E;
 }
 .BgClassName
 {
   background-color: #43720E;
 }
</style>
border-color css

<style>
 span { border-color: #43720E; }

 span { border-color: rgb(67,114,14); }

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