Html Css Color HEX #0A4131 Sherwood Green

📋 copy color: '#0A4131'

red 10 ◦ green 65 ◦ blue 49

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

Shades of Sherwood Green #0A4131

Tints of Sherwood Green #0A4131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.42%

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 8.06%
G = 52.42%
B = 39.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#0A4131 (or 0x0A4131) is known color: Sherwood Green. HEX triplet: 0A, 41 and 31. RGB value is (10,65,49). Sum of RGB (Red+Green+Blue) = 10+65+49=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4131 is #F5BECE. Grayscale: #2E2E2E. Windows color (decimal): -16105167 or 3227914. OLE color: 3227914.

HSL color Cylindrical-coordinate representation of color #0A4131: hue angle of 162.55º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4131 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 65 49 -
CMYK 0.85 0 0.25 0.75
HSL 162.55º 0.73% 0.15% -
HSV(B) 162.55º 0.85% 0.25% -
XYZ 2.57 4.07 3.56 -
YUV 46.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 10 65 49 0.85 0 0.25 0.75 162.55 0.73 0.15
Hex A 41 31 55 0 19 4B A3 49 F
Octal 12 101 61 125 0 31 113 243 111 17
Binary 1010 1000001 110001 1010101 0 11001 1001011 10100011 1001001 1111

Color Harmonies of #0A4131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4131

Black with #0A4131

Text Example


Text Example

White with #0A4131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,49); }

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

background-color css

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

 a { background-color: rgb(10,65,49); }

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

border-color css

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

 span { border-color: rgb(10,65,49); }

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