#35A00B

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

Shades of Kelly Green #35A00B

Tints of Kelly Green #35A00B

Color information

#35A00B (or 0x35A00B) is unknown color: approx Kelly Green. HEX triplet: 35, A0 and 0B. RGB value is (53,160,11). Sum of RGB (Red+Green+Blue) = 53+160+11=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 160 (62.89% from 255 or 71.43% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 160 - color contains mainly: green. Hex color #35A00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A00B is #CA5FF4. Grayscale: #6F6F6F. Windows color (decimal): -13262837 or 761909. OLE color: 761909.

HSL color Cylindrical-coordinate representation of color #35A00B: hue angle of 103.09º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35A00B is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB5316011-
CMYK0.6700.930.37
HSL103.09º87.13%33.53%-
HSV(B)103.09º93.12%62.75%-
XYZ14.125.924.58-
YUV111.0271.5586.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 160 (62.89% from 255) = 71.43%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=23.66%
G=71.43%
B=4.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal53160110.6700.930.37103.0987.1333.53
Hex35A0B4305D25675722
Octal652401310301354514712742
Binary11010110100000101110000110101110110010111001111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A00B; }

 p { color: rgb(53,160,11); }

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

<style>
 a { background-color: #35A00B; }

 a { background-color: rgb(53,160,11); }

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

<style>
 span { border-color: #35A00B; }

 span { border-color: rgb(53,160,11); }

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