#43720F

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

Shades of Green Leaf #43720F

Tints of Green Leaf #43720F

Color information

#43720F (or 0x43720F) is unknown color: approx Green Leaf. HEX triplet: 43, 72 and 0F. RGB value is (67,114,15). Sum of RGB (Red+Green+Blue) = 67+114+15=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #43720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43720F is #BC8DF0. Grayscale: #595959. Windows color (decimal): -12357105 or 1012291. OLE color: 1012291.

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

Color convert

RGB6711415-
CMYK0.4100.870.55
HSL88.48º76.74%25.29%-
HSV(B)88.48º86.84%44.71%-
XYZ8.4213.262.57-
YUV88.6686.43112.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 114 (44.92% from 255) = 58.16%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=34.18%
G=58.16%
B=7.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67114150.4100.870.5588.4876.7425.29
Hex4372F2905737584d19
Octal103162175101276713011531
Binary100001111100101111101001010101111101111011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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