#426714

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

Shades of Green Leaf #426714

Tints of Green Leaf #426714

Color information

#426714 (or 0x426714) is unknown color: approx Green Leaf. HEX triplet: 42, 67 and 14. RGB value is (66,103,20). Sum of RGB (Red+Green+Blue) = 66+103+20=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #426714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426714 is #BD98EB. Grayscale: #525252. Windows color (decimal): -12425452 or 1337154. OLE color: 1337154.

HSL color Cylindrical-coordinate representation of color #426714: hue angle of 86.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #426714 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB6610320-
CMYK0.3600.810.60
HSL86.75º67.48%24.12%-
HSV(B)86.75º80.58%40.39%-
XYZ7.2210.912.39-
YUV82.4892.74116.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 103 (40.62% from 255) = 54.50%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=34.92%
G=54.50%
B=10.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103200.3600.810.6086.7567.4824.12
Hex426714240513C574318
Octal102147244401217412710330
Binary1000010110011110100100100010100011111001010111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426714; }

 p { color: rgb(66,103,20); }

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

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

 a { background-color: rgb(66,103,20); }

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

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

 span { border-color: rgb(66,103,20); }

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