#449B07

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

Shades of Kelly Green #449B07

Tints of Kelly Green #449B07

Color information

#449B07 (or 0x449B07) is unknown color: approx Kelly Green. HEX triplet: 44, 9B and 07. RGB value is (68,155,7). Sum of RGB (Red+Green+Blue) = 68+155+7=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 155 (60.94% from 255 or 67.39% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 155 - color contains mainly: green. Hex color #449B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449B07 is #BB64F8. Grayscale: #707070. Windows color (decimal): -12281081 or 498500. OLE color: 498500.

HSL color Cylindrical-coordinate representation of color #449B07: hue angle of 95.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #449B07 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB681557-
CMYK0.5600.950.39
HSL95.27º91.36%31.76%-
HSV(B)95.27º95.48%60.78%-
XYZ14.1424.694.22-
YUV112.1268.6896.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 155 (60.94% from 255) = 67.39%
BLUE value IS 7 (3.12% from 255) = 3.04%
R=29.57%
G=67.39%
B=3.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6815570.5600.950.3995.2791.3631.76
Hex449B73805F275f5b20
Octal10423377001374713713340
Binary1000100100110111111110000101111110011110111111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449B07; }

 p { color: rgb(68,155,7); }

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

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

 a { background-color: rgb(68,155,7); }

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

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

 span { border-color: rgb(68,155,7); }

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