Html Css Color HEX #379B04 Kelly Green

📋 copy color: '#379B04'

red 55 ◦ green 155 ◦ blue 4

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

Shades of Kelly Green #379B04

Tints of Kelly Green #379B04

RGB

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

 GREEN value IS 155 (60.94% from 255) = 72.43%

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

R = 25.7%
G = 72.43%
B = 1.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#379B04 (or 0x379B04) is known color: Kelly Green. HEX triplet: 37, 9B and 04. RGB value is (55,155,4). Sum of RGB (Red+Green+Blue) = 55+155+4=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 155 (60.94% from 255 or 72.43% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 155 - color contains mainly: green. Hex color #379B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379B04 is #C864FB. Grayscale: #6C6C6C. Windows color (decimal): -13133052 or 301879. OLE color: 301879.

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

Color convert

RGB 55 155 4 -
CMYK 0.65 0 0.97 0.39
HSL 99.74º 0.95% 0.31% -
HSV(B) 99.74º 0.97% 0.61% -
XYZ 13.32 24.26 4.1 -
YUV 107.89 69.37 90.28 -
System Red Green Blue C M Y K H S L
Decimal 55 155 4 0.65 0 0.97 0.39 99.74 0.95 0.31
Hex 37 9B 4 41 0 61 27 64 5F 1F
Octal 67 233 4 101 0 141 47 144 137 37
Binary 110111 10011011 100 1000001 0 1100001 100111 1100100 1011111 11111

Color Harmonies of #379B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B04

Black with #379B04

Text Example


Text Example

White with #379B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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