Html Css Color HEX #0A5417 Crusoe

📋 copy color: '#0A5417'

red 10 ◦ green 84 ◦ blue 23

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

Shades of Crusoe #0A5417

Tints of Crusoe #0A5417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.66%

R = 8.55%
G = 71.79%
B = 19.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#0A5417 (or 0x0A5417) is known color: Crusoe. HEX triplet: 0A, 54 and 17. RGB value is (10,84,23). Sum of RGB (Red+Green+Blue) = 10+84+23=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5417 is #F5ABE8. Grayscale: #373737. Windows color (decimal): -16100329 or 1528842. OLE color: 1528842.

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

Color convert

RGB 10 84 23 -
CMYK 0.88 0 0.73 0.67
HSL 130.54º 0.79% 0.18% -
HSV(B) 130.54º 0.88% 0.33% -
XYZ 3.45 6.47 1.88 -
YUV 54.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 10 84 23 0.88 0 0.73 0.67 130.54 0.79 0.18
Hex A 54 17 58 0 49 43 83 4F 12
Octal 12 124 27 130 0 111 103 203 117 22
Binary 1010 1010100 10111 1011000 0 1001001 1000011 10000011 1001111 10010

Color Harmonies of #0A5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5417

Black with #0A5417

Text Example


Text Example

White with #0A5417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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