Html Css Color HEX #03760D Green

📋 copy color: '#03760D'

red 3 ◦ green 118 ◦ blue 13

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

Shades of Green #03760D

Tints of Green #03760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 88.06%

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 2.24%
G = 88.06%
B = 9.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#03760D (or 0x03760D) is known color: Green. HEX triplet: 03, 76 and 0D. RGB value is (3,118,13). Sum of RGB (Red+Green+Blue) = 3+118+13=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 118 (46.48% from 255 or 88.06% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 118 - color contains mainly: green. Hex color #03760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03760D is #FC89F2. Grayscale: #474747. Windows color (decimal): -16550387 or 882179. OLE color: 882179.

HSL color Cylindrical-coordinate representation of color #03760D: hue angle of 125.22º 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 #03760D is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 118 13 -
CMYK 0.97 0 0.89 0.54
HSL 125.22º 0.95% 0.24% -
HSV(B) 125.22º 0.97% 0.46% -
XYZ 6.59 13.01 2.54 -
YUV 71.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 3 118 13 0.97 0 0.89 0.54 125.22 0.95 0.24
Hex 3 76 D 61 0 59 36 7D 5F 18
Octal 3 166 15 141 0 131 66 175 137 30
Binary 11 1110110 1101 1100001 0 1011001 110110 1111101 1011111 11000

Color Harmonies of #03760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03760D

Black with #03760D

Text Example


Text Example

White with #03760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03760D; }

 p { color: rgb(3,118,13); }

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

background-color css

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

 a { background-color: rgb(3,118,13); }

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

border-color css

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

 span { border-color: rgb(3,118,13); }

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