Html Css Color HEX #0A5E19 Crusoe

📋 copy color: '#0A5E19'

red 10 ◦ green 94 ◦ blue 25

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

Shades of Crusoe #0A5E19

Tints of Crusoe #0A5E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 72.87%

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 7.75%
G = 72.87%
B = 19.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#0A5E19 (or 0x0A5E19) is known color: Crusoe. HEX triplet: 0A, 5E and 19. RGB value is (10,94,25). Sum of RGB (Red+Green+Blue) = 10+94+25=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 94 (37.11% from 255 or 72.87% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 94 - color contains mainly: green. Hex color #0A5E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5E19 is #F5A1E6. Grayscale: #3D3D3D. Windows color (decimal): -16097767 or 1662474. OLE color: 1662474.

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

Color convert

RGB 10 94 25 -
CMYK 0.89 0 0.73 0.63
HSL 130.71º 0.81% 0.2% -
HSV(B) 130.71º 0.89% 0.37% -
XYZ 4.3 8.14 2.26 -
YUV 61.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 10 94 25 0.89 0 0.73 0.63 130.71 0.81 0.2
Hex A 5E 19 59 0 49 3F 83 51 14
Octal 12 136 31 131 0 111 77 203 121 24
Binary 1010 1011110 11001 1011001 0 1001001 111111 10000011 1010001 10100

Color Harmonies of #0A5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5E19

Black with #0A5E19

Text Example


Text Example

White with #0A5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,94,25); }

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

background-color css

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

 a { background-color: rgb(10,94,25); }

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

border-color css

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

 span { border-color: rgb(10,94,25); }

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