Html Css Color HEX #036A3A Jewel

📋 copy color: '#036A3A'

red 3 ◦ green 106 ◦ blue 58

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

Shades of Jewel #036A3A

Tints of Jewel #036A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 63.47%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 1.8%
G = 63.47%
B = 34.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#036A3A (or 0x036A3A) is known color: Jewel. HEX triplet: 03, 6A and 3A. RGB value is (3,106,58). Sum of RGB (Red+Green+Blue) = 3+106+58=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #036A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036A3A is #FC95C5. Grayscale: #454545. Windows color (decimal): -16553414 or 3828227. OLE color: 3828227.

HSL color Cylindrical-coordinate representation of color #036A3A: hue angle of 152.04º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A3A is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 106 58 -
CMYK 0.97 0 0.45 0.58
HSL 152.04º 0.94% 0.21% -
HSV(B) 152.04º 0.97% 0.42% -
XYZ 5.96 10.63 5.74 -
YUV 69.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 3 106 58 0.97 0 0.45 0.58 152.04 0.94 0.21
Hex 3 6A 3A 61 0 2D 3A 98 5E 15
Octal 3 152 72 141 0 55 72 230 136 25
Binary 11 1101010 111010 1100001 0 101101 111010 10011000 1011110 10101

Color Harmonies of #036A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A3A

Black with #036A3A

Text Example


Text Example

White with #036A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036A3A; }

 p { color: rgb(3,106,58); }

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

background-color css

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

 a { background-color: rgb(3,106,58); }

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

border-color css

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

 span { border-color: rgb(3,106,58); }

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