Html Css Color HEX #0A4533 Sherwood Green

📋 copy color: '#0A4533'

red 10 ◦ green 69 ◦ blue 51

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

Shades of Sherwood Green #0A4533

Tints of Sherwood Green #0A4533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.08%

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

R = 7.69%
G = 53.08%
B = 39.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#0A4533 (or 0x0A4533) is known color: Sherwood Green. HEX triplet: 0A, 45 and 33. RGB value is (10,69,51). Sum of RGB (Red+Green+Blue) = 10+69+51=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4533 is #F5BACC. Grayscale: #313131. Windows color (decimal): -16104141 or 3360010. OLE color: 3360010.

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

Color convert

RGB 10 69 51 -
CMYK 0.86 0 0.26 0.73
HSL 161.69º 0.75% 0.15% -
HSV(B) 161.69º 0.86% 0.27% -
XYZ 2.85 4.56 3.86 -
YUV 49.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 10 69 51 0.86 0 0.26 0.73 161.69 0.75 0.15
Hex A 45 33 56 0 1A 49 A2 4B F
Octal 12 105 63 126 0 32 111 242 113 17
Binary 1010 1000101 110011 1010110 0 11010 1001001 10100010 1001011 1111

Color Harmonies of #0A4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4533

Black with #0A4533

Text Example


Text Example

White with #0A4533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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