#379E08

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

Shades of Kelly Green #379E08

Tints of Kelly Green #379E08

Color information

#379E08 (or 0x379E08) is unknown color: approx Kelly Green. HEX triplet: 37, 9E and 08. RGB value is (55,158,8). Sum of RGB (Red+Green+Blue) = 55+158+8=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 158 (62.11% from 255 or 71.49% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 158 - color contains mainly: green. Hex color #379E08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379E08 is #C861F7. Grayscale: #6E6E6E. Windows color (decimal): -13132280 or 564791. OLE color: 564791.

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

Color convert

RGB551588-
CMYK0.6500.950.38
HSL101.2º90.36%32.55%-
HSV(B)101.2º94.94%61.96%-
XYZ13.8525.284.38-
YUV110.170.3888.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 158 (62.11% from 255) = 71.49%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=24.89%
G=71.49%
B=3.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5515880.6500.950.38101.290.3632.55
Hex379E84105F26655a21
Octal672361010101374614513241
Binary11011110011110100010000010101111110011011001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,158,8); }

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

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

 a { background-color: rgb(55,158,8); }

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

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

 span { border-color: rgb(55,158,8); }

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