Html Css Color HEX #036B40 Jewel

📋 copy color: '#036B40'

red 3 ◦ green 107 ◦ blue 64

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

Shades of Jewel #036B40

Tints of Jewel #036B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.49%

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

R = 1.72%
G = 61.49%
B = 36.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#036B40 (or 0x036B40) is known color: Jewel. HEX triplet: 03, 6B and 40. RGB value is (3,107,64). Sum of RGB (Red+Green+Blue) = 3+107+64=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #036B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B40 is #FC94BF. Grayscale: #474747. Windows color (decimal): -16553152 or 4221699. OLE color: 4221699.

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

Color convert

RGB 3 107 64 -
CMYK 0.97 0 0.40 0.58
HSL 155.19º 0.95% 0.22% -
HSV(B) 155.19º 0.97% 0.42% -
XYZ 6.22 10.9 6.63 -
YUV 71 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 3 107 64 0.97 0 0.40 0.58 155.19 0.95 0.22
Hex 3 6B 40 61 0 28 3A 9B 5F 16
Octal 3 153 100 141 0 50 72 233 137 26
Binary 11 1101011 1000000 1100001 0 101000 111010 10011011 1011111 10110

Color Harmonies of #036B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036B40

Black with #036B40

Text Example


Text Example

White with #036B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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