Html Css Color HEX #036640 Jewel

📋 copy color: '#036640'

red 3 ◦ green 102 ◦ blue 64

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

Shades of Jewel #036640

Tints of Jewel #036640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 1.78%
G = 60.36%
B = 37.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#036640 (or 0x036640) is known color: Jewel. HEX triplet: 03, 66 and 40. RGB value is (3,102,64). Sum of RGB (Red+Green+Blue) = 3+102+64=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #036640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036640 is #FC99BF. Grayscale: #444444. Windows color (decimal): -16554432 or 4220419. OLE color: 4220419.

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

Color convert

RGB 3 102 64 -
CMYK 0.97 0 0.37 0.6
HSL 156.97º 0.94% 0.21% -
HSV(B) 156.97º 0.97% 0.4% -
XYZ 5.71 9.89 6.46 -
YUV 68.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 3 102 64 0.97 0 0.37 0.6 156.97 0.94 0.21
Hex 3 66 40 61 0 25 3C 9D 5E 15
Octal 3 146 100 141 0 45 74 235 136 25
Binary 11 1100110 1000000 1100001 0 100101 111100 10011101 1011110 10101

Color Harmonies of #036640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036640

Black with #036640

Text Example


Text Example

White with #036640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036640; }

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

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

background-color css

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

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

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

border-color css

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

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

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