#389B00

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

Shades of Kelly Green #389B00

Tints of Kelly Green #389B00

Color information

#389B00 (or 0x389B00) is unknown color: approx Kelly Green. HEX triplet: 38, 9B and 00. RGB value is (56,155,0). Sum of RGB (Red+Green+Blue) = 56+155+0=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #389B00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389B00 is #C764FF. Grayscale: #6C6C6C. Windows color (decimal): -13067520 or 39736. OLE color: 39736.

HSL color Cylindrical-coordinate representation of color #389B00: hue angle of 98.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #389B00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB561550-
CMYK0.64010.39
HSL98.32º100%30.39%-
HSV(B)98.32º100%60.78%-
XYZ13.3524.283.98-
YUV107.7367.291.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 155 (60.94% from 255) = 73.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.54%
G=73.46%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5615500.64010.3998.3210030.39
Hex389B0400642762641e
Octal70233010001444714214436
Binary1110001001101101000000011001001001111100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389B00; }

 p { color: rgb(56,155,0); }

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

<style>
 a { background-color: #389B00; }

 a { background-color: rgb(56,155,0); }

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

<style>
 span { border-color: #389B00; }

 span { border-color: rgb(56,155,0); }

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