Html Css Color HEX #0A5518 Crusoe

📋 copy color: '#0A5518'

red 10 ◦ green 85 ◦ blue 24

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

Shades of Crusoe #0A5518

Tints of Crusoe #0A5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.17%

R = 8.4%
G = 71.43%
B = 20.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#0A5518 (or 0x0A5518) is known color: Crusoe. HEX triplet: 0A, 55 and 18. RGB value is (10,85,24). Sum of RGB (Red+Green+Blue) = 10+85+24=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5518 is #F5AAE7. Grayscale: #373737. Windows color (decimal): -16100072 or 1594634. OLE color: 1594634.

HSL color Cylindrical-coordinate representation of color #0A5518: hue angle of 131.2º 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 #0A5518 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 85 24 -
CMYK 0.88 0 0.72 0.67
HSL 131.2º 0.79% 0.19% -
HSV(B) 131.2º 0.88% 0.33% -
XYZ 3.54 6.63 1.96 -
YUV 55.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 10 85 24 0.88 0 0.72 0.67 131.2 0.79 0.19
Hex A 55 18 58 0 48 43 83 4F 13
Octal 12 125 30 130 0 110 103 203 117 23
Binary 1010 1010101 11000 1011000 0 1001000 1000011 10000011 1001111 10011

Color Harmonies of #0A5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5518

Black with #0A5518

Text Example


Text Example

White with #0A5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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