Html Css Color HEX #0C5842 Jewel

📋 copy color: '#0C5842'

red 12 ◦ green 88 ◦ blue 66

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

Shades of Jewel #0C5842

Tints of Jewel #0C5842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.01%

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 7.23%
G = 53.01%
B = 39.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#0C5842 (or 0x0C5842) is known color: Jewel. HEX triplet: 0C, 58 and 42. RGB value is (12,88,66). Sum of RGB (Red+Green+Blue) = 12+88+66=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5842 is #F3A7BD. Grayscale: #3E3E3E. Windows color (decimal): -15968190 or 4347916. OLE color: 4347916.

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

Color convert

RGB 12 88 66 -
CMYK 0.86 0 0.25 0.65
HSL 162.63º 0.76% 0.2% -
HSV(B) 162.63º 0.86% 0.35% -
XYZ 4.62 7.45 6.35 -
YUV 62.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 12 88 66 0.86 0 0.25 0.65 162.63 0.76 0.2
Hex C 58 42 56 0 19 41 A3 4C 14
Octal 14 130 102 126 0 31 101 243 114 24
Binary 1100 1011000 1000010 1010110 0 11001 1000001 10100011 1001100 10100

Color Harmonies of #0C5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5842

Black with #0C5842

Text Example


Text Example

White with #0C5842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,88,66); }

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

background-color css

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

 a { background-color: rgb(12,88,66); }

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

border-color css

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

 span { border-color: rgb(12,88,66); }

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