Html Css Color HEX #389D01 Kelly Green

📋 copy color: '#389D01'

red 56 ◦ green 157 ◦ blue 1

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

Shades of Kelly Green #389D01

Tints of Kelly Green #389D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 73.36%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 26.17%
G = 73.36%
B = 0.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#389D01 (or 0x389D01) is known color: Kelly Green. HEX triplet: 38, 9D and 01. RGB value is (56,157,1). Sum of RGB (Red+Green+Blue) = 56+157+1=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 157 (61.72% from 255 or 73.36% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 157 - color contains mainly: green. Hex color #389D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389D01 is #C762FE. Grayscale: #6D6D6D. Windows color (decimal): -13067007 or 105784. OLE color: 105784.

HSL color Cylindrical-coordinate representation of color #389D01: hue angle of 98.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #389D01 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 157 1 -
CMYK 0.64 0 0.99 0.38
HSL 98.85º 0.99% 0.31% -
HSV(B) 98.85º 0.99% 0.62% -
XYZ 13.69 24.96 4.12 -
YUV 109.02 67.04 90.18 -
System Red Green Blue C M Y K H S L
Decimal 56 157 1 0.64 0 0.99 0.38 98.85 0.99 0.31
Hex 38 9D 1 40 0 63 26 63 63 1F
Octal 70 235 1 100 0 143 46 143 143 37
Binary 111000 10011101 1 1000000 0 1100011 100110 1100011 1100011 11111

Color Harmonies of #389D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389D01

Black with #389D01

Text Example


Text Example

White with #389D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,157,1); }

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

background-color css

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

 a { background-color: rgb(56,157,1); }

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

border-color css

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

 span { border-color: rgb(56,157,1); }

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