Html Css Color HEX #0A592B Crusoe

📋 copy color: '#0A592B'

red 10 ◦ green 89 ◦ blue 43

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

Shades of Crusoe #0A592B

Tints of Crusoe #0A592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.28%

R = 7.04%
G = 62.68%
B = 30.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#0A592B (or 0x0A592B) is known color: Crusoe. HEX triplet: 0A, 59 and 2B. RGB value is (10,89,43). Sum of RGB (Red+Green+Blue) = 10+89+43=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #0A592B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A592B is #F5A6D4. Grayscale: #3C3C3C. Windows color (decimal): -16099029 or 2840842. OLE color: 2840842.

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

Color convert

RGB 10 89 43 -
CMYK 0.89 0 0.52 0.65
HSL 145.06º 0.8% 0.19% -
HSV(B) 145.06º 0.89% 0.35% -
XYZ 4.13 7.38 3.49 -
YUV 60.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 10 89 43 0.89 0 0.52 0.65 145.06 0.8 0.19
Hex A 59 2B 59 0 34 41 91 50 13
Octal 12 131 53 131 0 64 101 221 120 23
Binary 1010 1011001 101011 1011001 0 110100 1000001 10010001 1010000 10011

Color Harmonies of #0A592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A592B

Black with #0A592B

Text Example


Text Example

White with #0A592B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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