Html Css Color HEX #0A582F Crusoe

📋 copy color: '#0A582F'

red 10 ◦ green 88 ◦ blue 47

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

Shades of Crusoe #0A582F

Tints of Crusoe #0A582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 60.69%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 6.9%
G = 60.69%
B = 32.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#0A582F (or 0x0A582F) is known color: Crusoe. HEX triplet: 0A, 58 and 2F. RGB value is (10,88,47). Sum of RGB (Red+Green+Blue) = 10+88+47=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #0A582F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A582F is #F5A7D0. Grayscale: #3C3C3C. Windows color (decimal): -16099281 or 3102730. OLE color: 3102730.

HSL color Cylindrical-coordinate representation of color #0A582F: hue angle of 148.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A582F is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 88 47 -
CMYK 0.89 0 0.47 0.65
HSL 148.46º 0.8% 0.19% -
HSV(B) 148.46º 0.89% 0.35% -
XYZ 4.13 7.25 3.87 -
YUV 60 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 10 88 47 0.89 0 0.47 0.65 148.46 0.8 0.19
Hex A 58 2F 59 0 2F 41 94 50 13
Octal 12 130 57 131 0 57 101 224 120 23
Binary 1010 1011000 101111 1011001 0 101111 1000001 10010100 1010000 10011

Color Harmonies of #0A582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A582F

Black with #0A582F

Text Example


Text Example

White with #0A582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,88,47); }

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

background-color css

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

 a { background-color: rgb(10,88,47); }

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

border-color css

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

 span { border-color: rgb(10,88,47); }

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