Html Css Color HEX #0A592F Crusoe

📋 copy color: '#0A592F'

red 10 ◦ green 89 ◦ blue 47

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

Shades of Crusoe #0A592F

Tints of Crusoe #0A592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.19%

R = 6.85%
G = 60.96%
B = 32.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#0A592F (or 0x0A592F) is known color: Crusoe. HEX triplet: 0A, 59 and 2F. RGB value is (10,89,47). Sum of RGB (Red+Green+Blue) = 10+89+47=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #0A592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A592F is #F5A6D0. Grayscale: #3C3C3C. Windows color (decimal): -16099025 or 3102986. OLE color: 3102986.

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

Color convert

RGB 10 89 47 -
CMYK 0.89 0 0.47 0.65
HSL 148.1º 0.8% 0.19% -
HSV(B) 148.1º 0.89% 0.35% -
XYZ 4.21 7.41 3.9 -
YUV 60.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 10 89 47 0.89 0 0.47 0.65 148.1 0.8 0.19
Hex A 59 2F 59 0 2F 41 94 50 13
Octal 12 131 57 131 0 57 101 224 120 23
Binary 1010 1011001 101111 1011001 0 101111 1000001 10010100 1010000 10011

Color Harmonies of #0A592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A592F

Black with #0A592F

Text Example


Text Example

White with #0A592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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