Html Css Color HEX #036F3C Jewel

📋 copy color: '#036F3C'

red 3 ◦ green 111 ◦ blue 60

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

Shades of Jewel #036F3C

Tints of Jewel #036F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 1.72%
G = 63.79%
B = 34.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#036F3C (or 0x036F3C) is known color: Jewel. HEX triplet: 03, 6F and 3C. RGB value is (3,111,60). Sum of RGB (Red+Green+Blue) = 3+111+60=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #036F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F3C is #FC90C3. Grayscale: #484848. Windows color (decimal): -16552132 or 3960579. OLE color: 3960579.

HSL color Cylindrical-coordinate representation of color #036F3C: hue angle of 151.67º 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 #036F3C is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 111 60 -
CMYK 0.97 0 0.46 0.56
HSL 151.67º 0.95% 0.22% -
HSV(B) 151.67º 0.97% 0.44% -
XYZ 6.54 11.71 6.19 -
YUV 72.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 3 111 60 0.97 0 0.46 0.56 151.67 0.95 0.22
Hex 3 6F 3C 61 0 2E 38 98 5F 16
Octal 3 157 74 141 0 56 70 230 137 26
Binary 11 1101111 111100 1100001 0 101110 111000 10011000 1011111 10110

Color Harmonies of #036F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F3C

Black with #036F3C

Text Example


Text Example

White with #036F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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