#319D05

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

Shades of Kelly Green #319D05

Tints of Kelly Green #319D05

Color information

#319D05 (or 0x319D05) is unknown color: approx Kelly Green. HEX triplet: 31, 9D and 05. RGB value is (49,157,5). Sum of RGB (Red+Green+Blue) = 49+157+5=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 157 (61.72% from 255 or 74.41% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 157 - color contains mainly: green. Hex color #319D05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319D05 is #CE62FA. Grayscale: #6B6B6B. Windows color (decimal): -13525755 or 367921. OLE color: 367921.

HSL color Cylindrical-coordinate representation of color #319D05: hue angle of 102.63º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #319D05 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB491575-
CMYK0.6900.970.38
HSL102.63º93.83%31.76%-
HSV(B)102.63º96.82%61.57%-
XYZ13.3524.784.22-
YUV107.3870.2286.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 157 (61.72% from 255) = 74.41%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=23.22%
G=74.41%
B=2.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4915750.6900.970.38102.6393.8331.76
Hex319D54506126675e20
Octal61235510501414614713640
Binary1100011001110110110001010110000110011011001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319D05; }

 p { color: rgb(49,157,5); }

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

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

 a { background-color: rgb(49,157,5); }

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

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

 span { border-color: rgb(49,157,5); }

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