#369B02

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

Shades of Kelly Green #369B02

Tints of Kelly Green #369B02

Color information

#369B02 (or 0x369B02) is unknown color: approx Kelly Green. HEX triplet: 36, 9B and 02. RGB value is (54,155,2). Sum of RGB (Red+Green+Blue) = 54+155+2=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #369B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369B02 is #C964FD. Grayscale: #6B6B6B. Windows color (decimal): -13198590 or 170806. OLE color: 170806.

HSL color Cylindrical-coordinate representation of color #369B02: hue angle of 99.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369B02 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB541552-
CMYK0.6500.990.39
HSL99.61º97.45%30.78%-
HSV(B)99.61º98.71%60.78%-
XYZ13.2524.234.04-
YUV107.3668.5489.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.59%
GREEN value IS 155 (60.94% from 255) = 73.46%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=25.59%
G=73.46%
B=0.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5415520.6500.990.3999.6197.4530.78
Hex369B2410632764611f
Octal66233210101434714414137
Binary11011010011011101000001011000111001111100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369B02; }

 p { color: rgb(54,155,2); }

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

<style>
 a { background-color: #369B02; }

 a { background-color: rgb(54,155,2); }

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

<style>
 span { border-color: #369B02; }

 span { border-color: rgb(54,155,2); }

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