#379f00

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

Shades of Kelly Green #379F00

Tints of Kelly Green #379F00

Color information

#379F00 (or 0x379F00) is unknown color: approx Kelly Green. HEX triplet: 37, 9F and 00. RGB value is (55,159,0). Sum of RGB (Red+Green+Blue) = 55+159+0=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 159 (62.5% from 255 or 74.30% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 159 - color contains mainly: green. Hex color #379F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379F00 is #C860FF. Grayscale: #6E6E6E. Windows color (decimal): -13132032 or 40759. OLE color: 40759.

HSL color Cylindrical-coordinate representation of color #379F00: hue angle of 99.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #379F00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB551590-
CMYK0.65010.38
HSL99.25º100%31.18%-
HSV(B)99.25º100%62.35%-
XYZ13.9725.614.21-
YUV109.7866.0488.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 159 (62.5% from 255) = 74.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.70%
G=74.30%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5515900.65010.3899.2510031.18
Hex379F0410642663641f
Octal67237010101444614314437
Binary1101111001111101000001011001001001101100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379f00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379f00; }

 p { color: rgb(55,159,0); }

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

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

 a { background-color: rgb(55,159,0); }

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

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

 span { border-color: rgb(55,159,0); }

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