Html Css Color HEX #0A5528 Crusoe

📋 copy color: '#0A5528'

red 10 ◦ green 85 ◦ blue 40

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

Shades of Crusoe #0A5528

Tints of Crusoe #0A5528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.96%

 BLUE value IS 40 (16.02% from 255) = 29.63%

R = 7.41%
G = 62.96%
B = 29.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#0A5528 (or 0x0A5528) is known color: Crusoe. HEX triplet: 0A, 55 and 28. RGB value is (10,85,40). Sum of RGB (Red+Green+Blue) = 10+85+40=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5528 is #F5AAD7. Grayscale: #393939. Windows color (decimal): -16100056 or 2643210. OLE color: 2643210.

HSL color Cylindrical-coordinate representation of color #0A5528: hue angle of 144º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5528 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 85 40 -
CMYK 0.88 0 0.53 0.67
HSL 144º 0.79% 0.19% -
HSV(B) 144º 0.88% 0.33% -
XYZ 3.76 6.71 3.11 -
YUV 57.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 10 85 40 0.88 0 0.53 0.67 144 0.79 0.19
Hex A 55 28 58 0 35 43 90 4F 13
Octal 12 125 50 130 0 65 103 220 117 23
Binary 1010 1010101 101000 1011000 0 110101 1000011 10010000 1001111 10011

Color Harmonies of #0A5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5528

Black with #0A5528

Text Example


Text Example

White with #0A5528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,85,40); }

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

background-color css

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

 a { background-color: rgb(10,85,40); }

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

border-color css

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

 span { border-color: rgb(10,85,40); }

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