Html Css Color HEX #0A5431 Crusoe

📋 copy color: '#0A5431'

red 10 ◦ green 84 ◦ blue 49

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

Shades of Crusoe #0A5431

Tints of Crusoe #0A5431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.74%

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 6.99%
G = 58.74%
B = 34.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#0A5431 (or 0x0A5431) is known color: Crusoe. HEX triplet: 0A, 54 and 31. RGB value is (10,84,49). Sum of RGB (Red+Green+Blue) = 10+84+49=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5431 is #F5ABCE. Grayscale: #393939. Windows color (decimal): -16100303 or 3232778. OLE color: 3232778.

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

Color convert

RGB 10 84 49 -
CMYK 0.88 0 0.42 0.67
HSL 151.62º 0.79% 0.18% -
HSV(B) 151.62º 0.88% 0.33% -
XYZ 3.85 6.63 3.98 -
YUV 57.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 10 84 49 0.88 0 0.42 0.67 151.62 0.79 0.18
Hex A 54 31 58 0 2A 43 98 4F 12
Octal 12 124 61 130 0 52 103 230 117 22
Binary 1010 1010100 110001 1011000 0 101010 1000011 10011000 1001111 10010

Color Harmonies of #0A5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5431

Black with #0A5431

Text Example


Text Example

White with #0A5431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,84,49); }

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

background-color css

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

 a { background-color: rgb(10,84,49); }

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

border-color css

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

 span { border-color: rgb(10,84,49); }

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