Html Css Color HEX #379F07 Kelly Green

📋 copy color: '#379F07'

red 55 ◦ green 159 ◦ blue 7

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

Shades of Kelly Green #379F07

Tints of Kelly Green #379F07

RGB

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

 GREEN value IS 159 (62.5% from 255) = 71.95%

 BLUE value IS 7 (3.13% from 255) = 3.17%

R = 24.89%
G = 71.95%
B = 3.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#379F07 (or 0x379F07) is known color: Kelly Green. HEX triplet: 37, 9F and 07. RGB value is (55,159,7). Sum of RGB (Red+Green+Blue) = 55+159+7=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #379F07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379F07 is #C860F8. Grayscale: #6F6F6F. Windows color (decimal): -13132025 or 499511. OLE color: 499511.

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

Color convert

RGB 55 159 7 -
CMYK 0.65 0 0.96 0.38
HSL 101.05º 0.92% 0.33% -
HSV(B) 101.05º 0.96% 0.62% -
XYZ 14.01 25.62 4.41 -
YUV 110.58 69.54 88.36 -
System Red Green Blue C M Y K H S L
Decimal 55 159 7 0.65 0 0.96 0.38 101.05 0.92 0.33
Hex 37 9F 7 41 0 60 26 65 5C 21
Octal 67 237 7 101 0 140 46 145 134 41
Binary 110111 10011111 111 1000001 0 1100000 100110 1100101 1011100 100001

Color Harmonies of #379F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F07

Black with #379F07

Text Example


Text Example

White with #379F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,159,7); }

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

background-color css

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

 a { background-color: rgb(55,159,7); }

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

border-color css

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

 span { border-color: rgb(55,159,7); }

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