Html Css Color HEX #036641 Jewel

📋 copy color: '#036641'

red 3 ◦ green 102 ◦ blue 65

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

Shades of Jewel #036641

Tints of Jewel #036641

RGB

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

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

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

R = 1.76%
G = 60%
B = 38.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#036641 (or 0x036641) is known color: Jewel. HEX triplet: 03, 66 and 41. RGB value is (3,102,65). Sum of RGB (Red+Green+Blue) = 3+102+65=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #036641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036641 is #FC99BE. Grayscale: #444444. Windows color (decimal): -16554431 or 4285955. OLE color: 4285955.

HSL color Cylindrical-coordinate representation of color #036641: hue angle of 157.58º 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 #036641 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 65 -
CMYK 0.97 0 0.36 0.6
HSL 157.58º 0.94% 0.21% -
HSV(B) 157.58º 0.97% 0.4% -
XYZ 5.74 9.9 6.61 -
YUV 68.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 3 102 65 0.97 0 0.36 0.6 157.58 0.94 0.21
Hex 3 66 41 61 0 24 3C 9E 5E 15
Octal 3 146 101 141 0 44 74 236 136 25
Binary 11 1100110 1000001 1100001 0 100100 111100 10011110 1011110 10101

Color Harmonies of #036641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036641

Black with #036641

Text Example


Text Example

White with #036641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036641; }

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

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

background-color css

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

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

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

border-color css

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

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

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