Html Css Color HEX #0C562E Crusoe

📋 copy color: '#0C562E'

red 12 ◦ green 86 ◦ blue 46

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

Shades of Crusoe #0C562E

Tints of Crusoe #0C562E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 59.72%

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 8.33%
G = 59.72%
B = 31.94%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#0C562E (or 0x0C562E) is known color: Crusoe. HEX triplet: 0C, 56 and 2E. RGB value is (12,86,46). Sum of RGB (Red+Green+Blue) = 12+86+46=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #0C562E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C562E is #F3A9D1. Grayscale: #3B3B3B. Windows color (decimal): -15968722 or 3036684. OLE color: 3036684.

HSL color Cylindrical-coordinate representation of color #0C562E: hue angle of 147.57º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C562E is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 86 46 -
CMYK 0.86 0 0.47 0.66
HSL 147.57º 0.76% 0.19% -
HSV(B) 147.57º 0.86% 0.34% -
XYZ 3.97 6.93 3.71 -
YUV 59.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 12 86 46 0.86 0 0.47 0.66 147.57 0.76 0.19
Hex C 56 2E 56 0 2F 42 94 4C 13
Octal 14 126 56 126 0 57 102 224 114 23
Binary 1100 1010110 101110 1010110 0 101111 1000010 10010100 1001100 10011

Color Harmonies of #0C562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C562E

Black with #0C562E

Text Example


Text Example

White with #0C562E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,86,46); }

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

background-color css

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

 a { background-color: rgb(12,86,46); }

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

border-color css

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

 span { border-color: rgb(12,86,46); }

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