Html Css Color HEX #036007 Green

📋 copy color: '#036007'

red 3 ◦ green 96 ◦ blue 7

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

Shades of Green #036007

Tints of Green #036007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 90.57%

 BLUE value IS 7 (3.13% from 255) = 6.6%

R = 2.83%
G = 90.57%
B = 6.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#036007 (or 0x036007) is known color: Green. HEX triplet: 03, 60 and 07. RGB value is (3,96,7). Sum of RGB (Red+Green+Blue) = 3+96+7=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 96 (37.89% from 255 or 90.57% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 96 - color contains mainly: green. Hex color #036007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036007 is #FC9FF8. Grayscale: #3A3A3A. Windows color (decimal): -16556025 or 483331. OLE color: 483331.

HSL color Cylindrical-coordinate representation of color #036007: hue angle of 122.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036007 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 7 -
CMYK 0.97 0 0.93 0.62
HSL 122.58º 0.94% 0.19% -
HSV(B) 122.58º 0.97% 0.38% -
XYZ 4.26 8.4 1.6 -
YUV 58.05 99.19 88.74 -
System Red Green Blue C M Y K H S L
Decimal 3 96 7 0.97 0 0.93 0.62 122.58 0.94 0.19
Hex 3 60 7 61 0 5D 3E 7B 5E 13
Octal 3 140 7 141 0 135 76 173 136 23
Binary 11 1100000 111 1100001 0 1011101 111110 1111011 1011110 10011

Color Harmonies of #036007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036007

Black with #036007

Text Example


Text Example

White with #036007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036007; }

 p { color: rgb(3,96,7); }

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

background-color css

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

 a { background-color: rgb(3,96,7); }

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

border-color css

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

 span { border-color: rgb(3,96,7); }

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