Html Css Color HEX #0A4933 Sherwood Green

📋 copy color: '#0A4933'

red 10 ◦ green 73 ◦ blue 51

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

Shades of Sherwood Green #0A4933

Tints of Sherwood Green #0A4933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.48%

 BLUE value IS 51 (20.31% from 255) = 38.06%

R = 7.46%
G = 54.48%
B = 38.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#0A4933 (or 0x0A4933) is known color: Sherwood Green. HEX triplet: 0A, 49 and 33. RGB value is (10,73,51). Sum of RGB (Red+Green+Blue) = 10+73+51=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4933 is #F5B6CC. Grayscale: #333333. Windows color (decimal): -16103117 or 3361034. OLE color: 3361034.

HSL color Cylindrical-coordinate representation of color #0A4933: hue angle of 159.05º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4933 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 73 51 -
CMYK 0.86 0 0.30 0.71
HSL 159.05º 0.76% 0.16% -
HSV(B) 159.05º 0.86% 0.29% -
XYZ 3.11 5.07 3.95 -
YUV 51.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 10 73 51 0.86 0 0.30 0.71 159.05 0.76 0.16
Hex A 49 33 56 0 1E 47 9F 4C 10
Octal 12 111 63 126 0 36 107 237 114 20
Binary 1010 1001001 110011 1010110 0 11110 1000111 10011111 1001100 10000

Color Harmonies of #0A4933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4933

Black with #0A4933

Text Example


Text Example

White with #0A4933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,73,51); }

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

background-color css

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

 a { background-color: rgb(10,73,51); }

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

border-color css

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

 span { border-color: rgb(10,73,51); }

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