Html Css Color HEX #379D00 Kelly Green

📋 copy color: '#379D00'

red 55 ◦ green 157 ◦ blue 0

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

Shades of Kelly Green #379D00

Tints of Kelly Green #379D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.94%
G = 74.06%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#379D00 (or 0x379D00) is known color: Kelly Green. HEX triplet: 37, 9D and 00. RGB value is (55,157,0). Sum of RGB (Red+Green+Blue) = 55+157+0=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 157 (61.72% from 255 or 74.06% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 157 - color contains mainly: green. Hex color #379D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379D00 is #C862FF. Grayscale: #6D6D6D. Windows color (decimal): -13132544 or 40247. OLE color: 40247.

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

Color convert

RGB 55 157 0 -
CMYK 0.65 0 1 0.38
HSL 98.98º 1% 0.31% -
HSV(B) 98.98º 1% 0.62% -
XYZ 13.63 24.93 4.09 -
YUV 108.6 66.71 89.77 -
System Red Green Blue C M Y K H S L
Decimal 55 157 0 0.65 0 1 0.38 98.98 1 0.31
Hex 37 9D 0 41 0 64 26 63 64 1F
Octal 67 235 0 101 0 144 46 143 144 37
Binary 110111 10011101 0 1000001 0 1100100 100110 1100011 1100100 11111

Color Harmonies of #379D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D00

Black with #379D00

Text Example


Text Example

White with #379D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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