Html Css Color HEX #0C5940 Jewel

📋 copy color: '#0C5940'

red 12 ◦ green 89 ◦ blue 64

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

Shades of Jewel #0C5940

Tints of Jewel #0C5940

RGB

 RED value IS 12 (5.08% from 255) = 7.27%

 GREEN value IS 89 (35.16% from 255) = 53.94%

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

R = 7.27%
G = 53.94%
B = 38.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#0C5940 (or 0x0C5940) is known color: Jewel. HEX triplet: 0C, 59 and 40. RGB value is (12,89,64). Sum of RGB (Red+Green+Blue) = 12+89+64=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5940 is #F3A6BF. Grayscale: #3F3F3F. Windows color (decimal): -15967936 or 4217100. OLE color: 4217100.

HSL color Cylindrical-coordinate representation of color #0C5940: hue angle of 160.52º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5940 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 89 64 -
CMYK 0.87 0 0.28 0.65
HSL 160.52º 0.76% 0.2% -
HSV(B) 160.52º 0.87% 0.35% -
XYZ 4.65 7.59 6.07 -
YUV 63.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 12 89 64 0.87 0 0.28 0.65 160.52 0.76 0.2
Hex C 59 40 57 0 1C 41 A1 4C 14
Octal 14 131 100 127 0 34 101 241 114 24
Binary 1100 1011001 1000000 1010111 0 11100 1000001 10100001 1001100 10100

Color Harmonies of #0C5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5940

Black with #0C5940

Text Example


Text Example

White with #0C5940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C5940; }

 p { color: rgb(12,89,64); }

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

background-color css

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

 a { background-color: rgb(12,89,64); }

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

border-color css

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

 span { border-color: rgb(12,89,64); }

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