Html Css Color HEX #0A5D1F Crusoe

📋 copy color: '#0A5D1F'

red 10 ◦ green 93 ◦ blue 31

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

Shades of Crusoe #0A5D1F

Tints of Crusoe #0A5D1F

RGB

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

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

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

R = 7.46%
G = 69.4%
B = 23.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#0A5D1F (or 0x0A5D1F) is known color: Crusoe. HEX triplet: 0A, 5D and 1F. RGB value is (10,93,31). Sum of RGB (Red+Green+Blue) = 10+93+31=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5D1F is #F5A2E0. Grayscale: #3D3D3D. Windows color (decimal): -16098017 or 2055434. OLE color: 2055434.

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

Color convert

RGB 10 93 31 -
CMYK 0.89 0 0.67 0.64
HSL 135.18º 0.81% 0.2% -
HSV(B) 135.18º 0.89% 0.36% -
XYZ 4.29 7.99 2.61 -
YUV 61.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 10 93 31 0.89 0 0.67 0.64 135.18 0.81 0.2
Hex A 5D 1F 59 0 43 40 87 51 14
Octal 12 135 37 131 0 103 100 207 121 24
Binary 1010 1011101 11111 1011001 0 1000011 1000000 10000111 1010001 10100

Color Harmonies of #0A5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5D1F

Black with #0A5D1F

Text Example


Text Example

White with #0A5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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