Html Css Color HEX #037400 Green

📋 copy color: '#037400'

red 3 ◦ green 116 ◦ blue 0

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

Shades of Green #037400

Tints of Green #037400

RGB

 RED value IS 3 (1.56% from 255) = 2.52%

 GREEN value IS 116 (45.7% from 255) = 97.48%

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

R = 2.52%
G = 97.48%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#037400 (or 0x037400) is known color: Green. HEX triplet: 03, 74 and 00. RGB value is (3,116,0). Sum of RGB (Red+Green+Blue) = 3+116+0=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 116 (45.70% from 255 or 97.48% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 116 - color contains mainly: green. Hex color #037400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037400 is #FC8BFF. Grayscale: #454545. Windows color (decimal): -16550912 or 29699. OLE color: 29699.

HSL color Cylindrical-coordinate representation of color #037400: hue angle of 118.45º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #037400 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 116 0 -
CMYK 0.97 0 1 0.55
HSL 118.45º 1% 0.23% -
HSV(B) 118.45º 1% 0.45% -
XYZ 6.28 12.51 2.08 -
YUV 68.99 89.06 80.93 -
System Red Green Blue C M Y K H S L
Decimal 3 116 0 0.97 0 1 0.55 118.45 1 0.23
Hex 3 74 0 61 0 64 37 76 64 17
Octal 3 164 0 141 0 144 67 166 144 27
Binary 11 1110100 0 1100001 0 1100100 110111 1110110 1100100 10111

Color Harmonies of #037400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037400

Black with #037400

Text Example


Text Example

White with #037400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037400; }

 p { color: rgb(3,116,0); }

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

background-color css

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

 a { background-color: rgb(3,116,0); }

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

border-color css

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

 span { border-color: rgb(3,116,0); }

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