Html Css Color HEX #379D04 Kelly Green

📋 copy color: '#379D04'

red 55 ◦ green 157 ◦ blue 4

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

Shades of Kelly Green #379D04

Tints of Kelly Green #379D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.85%

R = 25.46%
G = 72.69%
B = 1.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#379D04 (or 0x379D04) is known color: Kelly Green. HEX triplet: 37, 9D and 04. RGB value is (55,157,4). Sum of RGB (Red+Green+Blue) = 55+157+4=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 157 (61.72% from 255 or 72.69% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 157 - color contains mainly: green. Hex color #379D04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379D04 is #C862FB. Grayscale: #6D6D6D. Windows color (decimal): -13132540 or 302391. OLE color: 302391.

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

Color convert

RGB 55 157 4 -
CMYK 0.65 0 0.97 0.38
HSL 100º 0.95% 0.32% -
HSV(B) 100º 0.97% 0.62% -
XYZ 13.65 24.93 4.21 -
YUV 109.06 68.71 89.44 -
System Red Green Blue C M Y K H S L
Decimal 55 157 4 0.65 0 0.97 0.38 100 0.95 0.32
Hex 37 9D 4 41 0 61 26 64 5F 20
Octal 67 235 4 101 0 141 46 144 137 40
Binary 110111 10011101 100 1000001 0 1100001 100110 1100100 1011111 100000

Color Harmonies of #379D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D04

Black with #379D04

Text Example


Text Example

White with #379D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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