Html Css Color HEX #0A5523 Crusoe

📋 copy color: '#0A5523'

red 10 ◦ green 85 ◦ blue 35

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

Shades of Crusoe #0A5523

Tints of Crusoe #0A5523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.92%

R = 7.69%
G = 65.38%
B = 26.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#0A5523 (or 0x0A5523) is known color: Crusoe. HEX triplet: 0A, 55 and 23. RGB value is (10,85,35). Sum of RGB (Red+Green+Blue) = 10+85+35=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5523 is #F5AADC. Grayscale: #393939. Windows color (decimal): -16100061 or 2315530. OLE color: 2315530.

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

Color convert

RGB 10 85 35 -
CMYK 0.88 0 0.59 0.67
HSL 140º 0.79% 0.19% -
HSV(B) 140º 0.88% 0.33% -
XYZ 3.68 6.68 2.69 -
YUV 56.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 10 85 35 0.88 0 0.59 0.67 140 0.79 0.19
Hex A 55 23 58 0 3B 43 8C 4F 13
Octal 12 125 43 130 0 73 103 214 117 23
Binary 1010 1010101 100011 1011000 0 111011 1000011 10001100 1001111 10011

Color Harmonies of #0A5523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5523

Black with #0A5523

Text Example


Text Example

White with #0A5523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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