Html Css Color HEX #379D01 Kelly Green

📋 copy color: '#379D01'

red 55 ◦ green 157 ◦ blue 1

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

Shades of Kelly Green #379D01

Tints of Kelly Green #379D01

RGB

 RED value IS 55 (21.88% from 255) = 25.82%

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

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

R = 25.82%
G = 73.71%
B = 0.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#379D01 (or 0x379D01) is known color: Kelly Green. HEX triplet: 37, 9D and 01. RGB value is (55,157,1). Sum of RGB (Red+Green+Blue) = 55+157+1=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 157 (61.72% from 255 or 73.71% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 157 - color contains mainly: green. Hex color #379D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379D01 is #C862FE. Grayscale: #6D6D6D. Windows color (decimal): -13132543 or 105783. OLE color: 105783.

HSL color Cylindrical-coordinate representation of color #379D01: hue angle of 99.23º 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 #379D01 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 1 -
CMYK 0.65 0 0.99 0.38
HSL 99.23º 0.99% 0.31% -
HSV(B) 99.23º 0.99% 0.62% -
XYZ 13.64 24.93 4.12 -
YUV 108.72 67.21 89.68 -
System Red Green Blue C M Y K H S L
Decimal 55 157 1 0.65 0 0.99 0.38 99.23 0.99 0.31
Hex 37 9D 1 41 0 63 26 63 63 1F
Octal 67 235 1 101 0 143 46 143 143 37
Binary 110111 10011101 1 1000001 0 1100011 100110 1100011 1100011 11111

Color Harmonies of #379D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D01

Black with #379D01

Text Example


Text Example

White with #379D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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