Html Css Color HEX #389F0C Kelly Green

📋 copy color: '#389F0C'

red 56 ◦ green 159 ◦ blue 12

#389F0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #389F0C

Tints of Kelly Green #389F0C

RGB

 RED value IS 56 (22.27% from 255) = 24.67%

 GREEN value IS 159 (62.5% from 255) = 70.04%

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 24.67%
G = 70.04%
B = 5.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#389F0C (or 0x389F0C) is known color: Kelly Green. HEX triplet: 38, 9F and 0C. RGB value is (56,159,12). Sum of RGB (Red+Green+Blue) = 56+159+12=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 159 (62.5% from 255 or 70.04% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 159 - color contains mainly: green. Hex color #389F0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389F0C is #C760F3. Grayscale: #6F6F6F. Windows color (decimal): -13066484 or 827192. OLE color: 827192.

HSL color Cylindrical-coordinate representation of color #389F0C: hue angle of 102.04º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #389F0C is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 159 12 -
CMYK 0.65 0 0.92 0.38
HSL 102.04º 0.86% 0.34% -
HSV(B) 102.04º 0.92% 0.62% -
XYZ 14.1 25.66 4.56 -
YUV 111.45 71.88 88.45 -
System Red Green Blue C M Y K H S L
Decimal 56 159 12 0.65 0 0.92 0.38 102.04 0.86 0.34
Hex 38 9F C 41 0 5C 26 66 56 22
Octal 70 237 14 101 0 134 46 146 126 42
Binary 111000 10011111 1100 1000001 0 1011100 100110 1100110 1010110 100010

Color Harmonies of #389F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389F0C

Black with #389F0C

Text Example


Text Example

White with #389F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,159,12); }

 H1.HeaderClassName
 {
   color: #389F0C;
 }
 .AnyTagClassName
 {
   color: #389F0C;
 }
</style>

background-color css

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

 a { background-color: rgb(56,159,12); }

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

border-color css

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

 span { border-color: rgb(56,159,12); }

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