#447405

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

Shades of Green Leaf #447405

Tints of Green Leaf #447405

Color information

#447405 (or 0x447405) is unknown color: approx Green Leaf. HEX triplet: 44, 74 and 05. RGB value is (68,116,5). Sum of RGB (Red+Green+Blue) = 68+116+5=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #447405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447405 is #BB8BFA. Grayscale: #595959. Windows color (decimal): -12291067 or 357444. OLE color: 357444.

HSL color Cylindrical-coordinate representation of color #447405: hue angle of 85.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #447405 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB681165-
CMYK0.4100.960.55
HSL85.95º91.74%23.73%-
HSV(B)85.95º95.69%45.49%-
XYZ8.6613.732.34-
YUV88.9980.6113.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 116 (45.70% from 255) = 61.38%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=35.98%
G=61.38%
B=2.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6811650.4100.960.5585.9591.7423.73
Hex447452906037565c18
Octal10416455101406712613430
Binary10001001110100101101001011000001101111010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447405; }

 p { color: rgb(68,116,5); }

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

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

 a { background-color: rgb(68,116,5); }

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

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

 span { border-color: rgb(68,116,5); }

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