Html Css Color HEX #379C03 Kelly Green

📋 copy color: '#379C03'

red 55 ◦ green 156 ◦ blue 3

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

Shades of Kelly Green #379C03

Tints of Kelly Green #379C03

RGB

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

 GREEN value IS 156 (61.33% from 255) = 72.9%

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 25.7%
G = 72.9%
B = 1.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#379C03 (or 0x379C03) is known color: Kelly Green. HEX triplet: 37, 9C and 03. RGB value is (55,156,3). Sum of RGB (Red+Green+Blue) = 55+156+3=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 156 (61.33% from 255 or 72.90% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 156 - color contains mainly: green. Hex color #379C03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379C03 is #C863FC. Grayscale: #6C6C6C. Windows color (decimal): -13132797 or 236599. OLE color: 236599.

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

Color convert

RGB 55 156 3 -
CMYK 0.65 0 0.98 0.39
HSL 99.61º 0.96% 0.31% -
HSV(B) 99.61º 0.98% 0.61% -
XYZ 13.48 24.6 4.12 -
YUV 108.36 68.54 89.94 -
System Red Green Blue C M Y K H S L
Decimal 55 156 3 0.65 0 0.98 0.39 99.61 0.96 0.31
Hex 37 9C 3 41 0 62 27 64 60 1F
Octal 67 234 3 101 0 142 47 144 140 37
Binary 110111 10011100 11 1000001 0 1100010 100111 1100100 1100000 11111

Color Harmonies of #379C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C03

Black with #379C03

Text Example


Text Example

White with #379C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,156,3); }

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

background-color css

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

 a { background-color: rgb(55,156,3); }

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

border-color css

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

 span { border-color: rgb(55,156,3); }

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