Html Css Color HEX #0A541F Crusoe

📋 copy color: '#0A541F'

red 10 ◦ green 84 ◦ blue 31

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

Shades of Crusoe #0A541F

Tints of Crusoe #0A541F

RGB

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

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

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

R = 8%
G = 67.2%
B = 24.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#0A541F (or 0x0A541F) is known color: Crusoe. HEX triplet: 0A, 54 and 1F. RGB value is (10,84,31). Sum of RGB (Red+Green+Blue) = 10+84+31=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #0A541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A541F is #F5ABE0. Grayscale: #373737. Windows color (decimal): -16100321 or 2053130. OLE color: 2053130.

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

Color convert

RGB 10 84 31 -
CMYK 0.88 0 0.63 0.67
HSL 137.03º 0.79% 0.18% -
HSV(B) 137.03º 0.88% 0.33% -
XYZ 3.54 6.5 2.37 -
YUV 55.83 113.98 95.31 -
System Red Green Blue C M Y K H S L
Decimal 10 84 31 0.88 0 0.63 0.67 137.03 0.79 0.18
Hex A 54 1F 58 0 3F 43 89 4F 12
Octal 12 124 37 130 0 77 103 211 117 22
Binary 1010 1010100 11111 1011000 0 111111 1000011 10001001 1001111 10010

Color Harmonies of #0A541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A541F

Black with #0A541F

Text Example


Text Example

White with #0A541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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