Html Css Color HEX #037514 Green

📋 copy color: '#037514'

red 3 ◦ green 117 ◦ blue 20

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

Shades of Green #037514

Tints of Green #037514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 83.57%

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 2.14%
G = 83.57%
B = 14.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#037514 (or 0x037514) is known color: Green. HEX triplet: 03, 75 and 14. RGB value is (3,117,20). Sum of RGB (Red+Green+Blue) = 3+117+20=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #037514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037514 is #FC8AEB. Grayscale: #484848. Windows color (decimal): -16550636 or 1340675. OLE color: 1340675.

HSL color Cylindrical-coordinate representation of color #037514: hue angle of 128.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037514 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 20 -
CMYK 0.97 0 0.83 0.54
HSL 128.95º 0.95% 0.24% -
HSV(B) 128.95º 0.97% 0.46% -
XYZ 6.53 12.79 2.79 -
YUV 71.86 98.73 78.89 -
System Red Green Blue C M Y K H S L
Decimal 3 117 20 0.97 0 0.83 0.54 128.95 0.95 0.24
Hex 3 75 14 61 0 53 36 81 5F 18
Octal 3 165 24 141 0 123 66 201 137 30
Binary 11 1110101 10100 1100001 0 1010011 110110 10000001 1011111 11000

Color Harmonies of #037514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037514

Black with #037514

Text Example


Text Example

White with #037514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037514; }

 p { color: rgb(3,117,20); }

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

background-color css

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

 a { background-color: rgb(3,117,20); }

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

border-color css

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

 span { border-color: rgb(3,117,20); }

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