Html Css Color HEX #0A592D Crusoe

📋 copy color: '#0A592D'

red 10 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #0A592D

Tints of Crusoe #0A592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 6.94%
G = 61.81%
B = 31.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#0A592D (or 0x0A592D) is known color: Crusoe. HEX triplet: 0A, 59 and 2D. RGB value is (10,89,45). Sum of RGB (Red+Green+Blue) = 10+89+45=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #0A592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A592D is #F5A6D2. Grayscale: #3C3C3C. Windows color (decimal): -16099027 or 2971914. OLE color: 2971914.

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

Color convert

RGB 10 89 45 -
CMYK 0.89 0 0.49 0.65
HSL 146.58º 0.8% 0.19% -
HSV(B) 146.58º 0.89% 0.35% -
XYZ 4.17 7.4 3.69 -
YUV 60.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 10 89 45 0.89 0 0.49 0.65 146.58 0.8 0.19
Hex A 59 2D 59 0 31 41 93 50 13
Octal 12 131 55 131 0 61 101 223 120 23
Binary 1010 1011001 101101 1011001 0 110001 1000001 10010011 1010000 10011

Color Harmonies of #0A592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A592D

Black with #0A592D

Text Example


Text Example

White with #0A592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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