Html Css Color HEX #0A551F Crusoe

📋 copy color: '#0A551F'

red 10 ◦ green 85 ◦ blue 31

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

Shades of Crusoe #0A551F

Tints of Crusoe #0A551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 7.94%
G = 67.46%
B = 24.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#0A551F (or 0x0A551F) is known color: Crusoe. HEX triplet: 0A, 55 and 1F. RGB value is (10,85,31). Sum of RGB (Red+Green+Blue) = 10+85+31=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #0A551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A551F is #F5AAE0. Grayscale: #383838. Windows color (decimal): -16100065 or 2053386. OLE color: 2053386.

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

Color convert

RGB 10 85 31 -
CMYK 0.88 0 0.64 0.67
HSL 136.8º 0.79% 0.19% -
HSV(B) 136.8º 0.88% 0.33% -
XYZ 3.62 6.66 2.39 -
YUV 56.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 10 85 31 0.88 0 0.64 0.67 136.8 0.79 0.19
Hex A 55 1F 58 0 40 43 89 4F 13
Octal 12 125 37 130 0 100 103 211 117 23
Binary 1010 1010101 11111 1011000 0 1000000 1000011 10001001 1001111 10011

Color Harmonies of #0A551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A551F

Black with #0A551F

Text Example


Text Example

White with #0A551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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