Html Css Color HEX #03660F Green

📋 copy color: '#03660F'

red 3 ◦ green 102 ◦ blue 15

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

Shades of Green #03660F

Tints of Green #03660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 85%

 BLUE value IS 15 (6.25% from 255) = 12.5%

R = 2.5%
G = 85%
B = 12.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#03660F (or 0x03660F) is known color: Green. HEX triplet: 03, 66 and 0F. RGB value is (3,102,15). Sum of RGB (Red+Green+Blue) = 3+102+15=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 102 (40.23% from 255 or 85% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 102 - color contains mainly: green. Hex color #03660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03660F is #FC99F0. Grayscale: #3E3E3E. Windows color (decimal): -16554481 or 1009155. OLE color: 1009155.

HSL color Cylindrical-coordinate representation of color #03660F: hue angle of 127.27º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03660F is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 15 -
CMYK 0.97 0 0.85 0.6
HSL 127.27º 0.94% 0.21% -
HSV(B) 127.27º 0.97% 0.4% -
XYZ 4.88 9.56 2.04 -
YUV 62.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 3 102 15 0.97 0 0.85 0.6 127.27 0.94 0.21
Hex 3 66 F 61 0 55 3C 7F 5E 15
Octal 3 146 17 141 0 125 74 177 136 25
Binary 11 1100110 1111 1100001 0 1010101 111100 1111111 1011110 10101

Color Harmonies of #03660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03660F

Black with #03660F

Text Example


Text Example

White with #03660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03660F; }

 p { color: rgb(3,102,15); }

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

background-color css

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

 a { background-color: rgb(3,102,15); }

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

border-color css

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

 span { border-color: rgb(3,102,15); }

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