#43700C

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

Shades of Green Leaf #43700C

Tints of Green Leaf #43700C

Color information

#43700C (or 0x43700C) is unknown color: approx Green Leaf. HEX triplet: 43, 70 and 0C. RGB value is (67,112,12). Sum of RGB (Red+Green+Blue) = 67+112+12=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #43700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43700C is #BC8FF3. Grayscale: #575757. Windows color (decimal): -12357620 or 815171. OLE color: 815171.

HSL color Cylindrical-coordinate representation of color #43700C: hue angle of 87º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43700C is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB6711212-
CMYK0.4000.890.56
HSL87º80.65%24.31%-
HSV(B)87º89.29%43.92%-
XYZ8.1812.812.39-
YUV87.1485.59113.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.08%
GREEN value IS 112 (44.14% from 255) = 58.64%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=35.08%
G=58.64%
B=6.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67112120.4000.890.568780.6524.31
Hex4370C2805938575118
Octal103160145001317012712130
Binary100001111100001100101000010110011110001010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43700C; }

 p { color: rgb(67,112,12); }

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

<style>
 a { background-color: #43700C; }

 a { background-color: rgb(67,112,12); }

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

<style>
 span { border-color: #43700C; }

 span { border-color: rgb(67,112,12); }

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