Html Css Color HEX #0A5F28 Crusoe

📋 copy color: '#0A5F28'

red 10 ◦ green 95 ◦ blue 40

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

Shades of Crusoe #0A5F28

Tints of Crusoe #0A5F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 65.52%

 BLUE value IS 40 (16.02% from 255) = 27.59%

R = 6.9%
G = 65.52%
B = 27.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.63

RGB Variations

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

Color information

#0A5F28 (or 0x0A5F28) is known color: Crusoe. HEX triplet: 0A, 5F and 28. RGB value is (10,95,40). Sum of RGB (Red+Green+Blue) = 10+95+40=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #0A5F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5F28 is #F5A0D7. Grayscale: #3F3F3F. Windows color (decimal): -16097496 or 2645770. OLE color: 2645770.

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

Color convert

RGB 10 95 40 -
CMYK 0.89 0 0.58 0.63
HSL 141.18º 0.81% 0.21% -
HSV(B) 141.18º 0.89% 0.37% -
XYZ 4.6 8.4 3.39 -
YUV 63.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 10 95 40 0.89 0 0.58 0.63 141.18 0.81 0.21
Hex A 5F 28 59 0 3A 3F 8D 51 15
Octal 12 137 50 131 0 72 77 215 121 25
Binary 1010 1011111 101000 1011001 0 111010 111111 10001101 1010001 10101

Color Harmonies of #0A5F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5F28

Black with #0A5F28

Text Example


Text Example

White with #0A5F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,95,40); }

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

background-color css

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

 a { background-color: rgb(10,95,40); }

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

border-color css

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

 span { border-color: rgb(10,95,40); }

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