Html Css Color HEX #0A4031 Sherwood Green

📋 copy color: '#0A4031'

red 10 ◦ green 64 ◦ blue 49

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

Shades of Sherwood Green #0A4031

Tints of Sherwood Green #0A4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

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

R = 8.13%
G = 52.03%
B = 39.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#0A4031 (or 0x0A4031) is known color: Sherwood Green. HEX triplet: 0A, 40 and 31. RGB value is (10,64,49). Sum of RGB (Red+Green+Blue) = 10+64+49=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4031 is #F5BFCE. Grayscale: #2E2E2E. Windows color (decimal): -16105423 or 3227658. OLE color: 3227658.

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

Color convert

RGB 10 64 49 -
CMYK 0.84 0 0.23 0.75
HSL 163.33º 0.73% 0.15% -
HSV(B) 163.33º 0.84% 0.25% -
XYZ 2.51 3.95 3.54 -
YUV 46.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 10 64 49 0.84 0 0.23 0.75 163.33 0.73 0.15
Hex A 40 31 54 0 17 4B A3 49 F
Octal 12 100 61 124 0 27 113 243 111 17
Binary 1010 1000000 110001 1010100 0 10111 1001011 10100011 1001001 1111

Color Harmonies of #0A4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4031

Black with #0A4031

Text Example


Text Example

White with #0A4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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