Html Css Color HEX #036F40 Jewel

📋 copy color: '#036F40'

red 3 ◦ green 111 ◦ blue 64

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

Shades of Jewel #036F40

Tints of Jewel #036F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.36%

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

R = 1.69%
G = 62.36%
B = 35.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#036F40 (or 0x036F40) is known color: Jewel. HEX triplet: 03, 6F and 40. RGB value is (3,111,64). Sum of RGB (Red+Green+Blue) = 3+111+64=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 111 (43.75% from 255 or 62.36% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 111 - color contains mainly: green. Hex color #036F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F40 is #FC90BF. Grayscale: #494949. Windows color (decimal): -16552128 or 4222723. OLE color: 4222723.

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

Color convert

RGB 3 111 64 -
CMYK 0.97 0 0.42 0.56
HSL 153.89º 0.95% 0.22% -
HSV(B) 153.89º 0.97% 0.44% -
XYZ 6.65 11.76 6.77 -
YUV 73.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 3 111 64 0.97 0 0.42 0.56 153.89 0.95 0.22
Hex 3 6F 40 61 0 2A 38 9A 5F 16
Octal 3 157 100 141 0 52 70 232 137 26
Binary 11 1101111 1000000 1100001 0 101010 111000 10011010 1011111 10110

Color Harmonies of #036F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F40

Black with #036F40

Text Example


Text Example

White with #036F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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