Html Css Color HEX #0A4833 Sherwood Green

📋 copy color: '#0A4833'

red 10 ◦ green 72 ◦ blue 51

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

Shades of Sherwood Green #0A4833

Tints of Sherwood Green #0A4833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.14%

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

R = 7.52%
G = 54.14%
B = 38.35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#0A4833 (or 0x0A4833) is known color: Sherwood Green. HEX triplet: 0A, 48 and 33. RGB value is (10,72,51). Sum of RGB (Red+Green+Blue) = 10+72+51=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4833 is #F5B7CC. Grayscale: #333333. Windows color (decimal): -16103373 or 3360778. OLE color: 3360778.

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

Color convert

RGB 10 72 51 -
CMYK 0.86 0 0.29 0.72
HSL 159.68º 0.76% 0.16% -
HSV(B) 159.68º 0.86% 0.28% -
XYZ 3.04 4.94 3.92 -
YUV 51.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 10 72 51 0.86 0 0.29 0.72 159.68 0.76 0.16
Hex A 48 33 56 0 1D 48 A0 4C 10
Octal 12 110 63 126 0 35 110 240 114 20
Binary 1010 1001000 110011 1010110 0 11101 1001000 10100000 1001100 10000

Color Harmonies of #0A4833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4833

Black with #0A4833

Text Example


Text Example

White with #0A4833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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