Html Css Color HEX #036841 Jewel

📋 copy color: '#036841'

red 3 ◦ green 104 ◦ blue 65

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

Shades of Jewel #036841

Tints of Jewel #036841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.47%

 BLUE value IS 65 (25.78% from 255) = 37.79%

R = 1.74%
G = 60.47%
B = 37.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#036841 (or 0x036841) is known color: Jewel. HEX triplet: 03, 68 and 41. RGB value is (3,104,65). Sum of RGB (Red+Green+Blue) = 3+104+65=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #036841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036841 is #FC97BE. Grayscale: #454545. Windows color (decimal): -16553919 or 4286467. OLE color: 4286467.

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

Color convert

RGB 3 104 65 -
CMYK 0.97 0 0.38 0.59
HSL 156.83º 0.94% 0.21% -
HSV(B) 156.83º 0.97% 0.41% -
XYZ 5.94 10.3 6.68 -
YUV 69.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 3 104 65 0.97 0 0.38 0.59 156.83 0.94 0.21
Hex 3 68 41 61 0 26 3B 9D 5E 15
Octal 3 150 101 141 0 46 73 235 136 25
Binary 11 1101000 1000001 1100001 0 100110 111011 10011101 1011110 10101

Color Harmonies of #036841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036841

Black with #036841

Text Example


Text Example

White with #036841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036841; }

 p { color: rgb(3,104,65); }

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

background-color css

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

 a { background-color: rgb(3,104,65); }

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

border-color css

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

 span { border-color: rgb(3,104,65); }

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