Html Css Color HEX #0C5A2E Crusoe

📋 copy color: '#0C5A2E'

red 12 ◦ green 90 ◦ blue 46

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

Shades of Crusoe #0C5A2E

Tints of Crusoe #0C5A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60.81%

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

R = 8.11%
G = 60.81%
B = 31.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#0C5A2E (or 0x0C5A2E) is known color: Crusoe. HEX triplet: 0C, 5A and 2E. RGB value is (12,90,46). Sum of RGB (Red+Green+Blue) = 12+90+46=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5A2E is #F3A5D1. Grayscale: #3D3D3D. Windows color (decimal): -15967698 or 3037708. OLE color: 3037708.

HSL color Cylindrical-coordinate representation of color #0C5A2E: hue angle of 146.15º 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 #0C5A2E is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 90 46 -
CMYK 0.87 0 0.49 0.65
HSL 146.15º 0.76% 0.2% -
HSV(B) 146.15º 0.87% 0.35% -
XYZ 4.3 7.59 3.82 -
YUV 61.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 12 90 46 0.87 0 0.49 0.65 146.15 0.76 0.2
Hex C 5A 2E 57 0 31 41 92 4C 14
Octal 14 132 56 127 0 61 101 222 114 24
Binary 1100 1011010 101110 1010111 0 110001 1000001 10010010 1001100 10100

Color Harmonies of #0C5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5A2E

Black with #0C5A2E

Text Example


Text Example

White with #0C5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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