Html Css Color HEX #0A5D32 Crusoe

📋 copy color: '#0A5D32'

red 10 ◦ green 93 ◦ blue 50

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

Shades of Crusoe #0A5D32

Tints of Crusoe #0A5D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 6.54%
G = 60.78%
B = 32.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#0A5D32 (or 0x0A5D32) is known color: Crusoe. HEX triplet: 0A, 5D and 32. RGB value is (10,93,50). Sum of RGB (Red+Green+Blue) = 10+93+50=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 93 (36.72% from 255 or 60.78% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5D32 is #F5A2CD. Grayscale: #3F3F3F. Windows color (decimal): -16097998 or 3300618. OLE color: 3300618.

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

Color convert

RGB 10 93 50 -
CMYK 0.89 0 0.46 0.64
HSL 148.92º 0.81% 0.2% -
HSV(B) 148.92º 0.89% 0.36% -
XYZ 4.62 8.12 4.34 -
YUV 63.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 10 93 50 0.89 0 0.46 0.64 148.92 0.81 0.2
Hex A 5D 32 59 0 2E 40 95 51 14
Octal 12 135 62 131 0 56 100 225 121 24
Binary 1010 1011101 110010 1011001 0 101110 1000000 10010101 1010001 10100

Color Harmonies of #0A5D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5D32

Black with #0A5D32

Text Example


Text Example

White with #0A5D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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