#349C03

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

Shades of Kelly Green #349C03

Tints of Kelly Green #349C03

Color information

#349C03 (or 0x349C03) is unknown color: approx Kelly Green. HEX triplet: 34, 9C and 03. RGB value is (52,156,3). Sum of RGB (Red+Green+Blue) = 52+156+3=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 156 (61.33% from 255 or 73.93% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 156 - color contains mainly: green. Hex color #349C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C03 is #CB63FC. Grayscale: #6B6B6B. Windows color (decimal): -13329405 or 236596. OLE color: 236596.

HSL color Cylindrical-coordinate representation of color #349C03: hue angle of 100.78º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #349C03 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB521563-
CMYK0.6700.980.39
HSL100.78º96.23%31.18%-
HSV(B)100.78º98.08%61.18%-
XYZ13.3224.514.12-
YUV107.4669.0488.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 156 (61.33% from 255) = 73.93%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=24.64%
G=73.93%
B=1.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5215630.6700.980.39100.7896.2331.18
Hex349C3430622765601f
Octal64234310301424714514037
Binary11010010011100111000011011000101001111100101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349C03; }

 p { color: rgb(52,156,3); }

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

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

 a { background-color: rgb(52,156,3); }

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

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

 span { border-color: rgb(52,156,3); }

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