Html Css Color HEX #0A592C Crusoe

📋 copy color: '#0A592C'

red 10 ◦ green 89 ◦ blue 44

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

Shades of Crusoe #0A592C

Tints of Crusoe #0A592C

RGB

 RED value IS 10 (4.3% from 255) = 6.99%

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

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 6.99%
G = 62.24%
B = 30.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#0A592C (or 0x0A592C) is known color: Crusoe. HEX triplet: 0A, 59 and 2C. RGB value is (10,89,44). Sum of RGB (Red+Green+Blue) = 10+89+44=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #0A592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A592C is #F5A6D3. Grayscale: #3C3C3C. Windows color (decimal): -16099028 or 2906378. OLE color: 2906378.

HSL color Cylindrical-coordinate representation of color #0A592C: hue angle of 145.82º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A592C is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 89 44 -
CMYK 0.89 0 0.51 0.65
HSL 145.82º 0.8% 0.19% -
HSV(B) 145.82º 0.89% 0.35% -
XYZ 4.15 7.39 3.59 -
YUV 60.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 10 89 44 0.89 0 0.51 0.65 145.82 0.8 0.19
Hex A 59 2C 59 0 33 41 92 50 13
Octal 12 131 54 131 0 63 101 222 120 23
Binary 1010 1011001 101100 1011001 0 110011 1000001 10010010 1010000 10011

Color Harmonies of #0A592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A592C

Black with #0A592C

Text Example


Text Example

White with #0A592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,89,44); }

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

background-color css

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

 a { background-color: rgb(10,89,44); }

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

border-color css

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

 span { border-color: rgb(10,89,44); }

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