Html Css Color HEX #0A5D31 Crusoe

📋 copy color: '#0A5D31'

red 10 ◦ green 93 ◦ blue 49

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

Shades of Crusoe #0A5D31

Tints of Crusoe #0A5D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 61.18%

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

R = 6.58%
G = 61.18%
B = 32.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#0A5D31 (or 0x0A5D31) is known color: Crusoe. HEX triplet: 0A, 5D and 31. RGB value is (10,93,49). Sum of RGB (Red+Green+Blue) = 10+93+49=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5D31 is #F5A2CE. Grayscale: #3F3F3F. Windows color (decimal): -16097999 or 3235082. OLE color: 3235082.

HSL color Cylindrical-coordinate representation of color #0A5D31: hue angle of 148.19º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5D31 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 93 49 -
CMYK 0.89 0 0.47 0.64
HSL 148.19º 0.81% 0.2% -
HSV(B) 148.19º 0.89% 0.36% -
XYZ 4.59 8.11 4.23 -
YUV 63.17 120 90.08 -
System Red Green Blue C M Y K H S L
Decimal 10 93 49 0.89 0 0.47 0.64 148.19 0.81 0.2
Hex A 5D 31 59 0 2F 40 94 51 14
Octal 12 135 61 131 0 57 100 224 121 24
Binary 1010 1011101 110001 1011001 0 101111 1000000 10010100 1010001 10100

Color Harmonies of #0A5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5D31

Black with #0A5D31

Text Example


Text Example

White with #0A5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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