Html Css Color HEX #0A4E38 Sherwood Green

📋 copy color: '#0A4E38'

red 10 ◦ green 78 ◦ blue 56

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

Shades of Sherwood Green #0A4E38

Tints of Sherwood Green #0A4E38

RGB

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

 GREEN value IS 78 (30.86% from 255) = 54.17%

 BLUE value IS 56 (22.27% from 255) = 38.89%

R = 6.94%
G = 54.17%
B = 38.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#0A4E38 (or 0x0A4E38) is known color: Sherwood Green. HEX triplet: 0A, 4E and 38. RGB value is (10,78,56). Sum of RGB (Red+Green+Blue) = 10+78+56=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4E38 is #F5B1C7. Grayscale: #373737. Windows color (decimal): -16101832 or 3689994. OLE color: 3689994.

HSL color Cylindrical-coordinate representation of color #0A4E38: hue angle of 160.59º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4E38 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 78 56 -
CMYK 0.87 0 0.28 0.69
HSL 160.59º 0.77% 0.17% -
HSV(B) 160.59º 0.87% 0.31% -
XYZ 3.56 5.8 4.67 -
YUV 55.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 10 78 56 0.87 0 0.28 0.69 160.59 0.77 0.17
Hex A 4E 38 57 0 1C 45 A1 4D 11
Octal 12 116 70 127 0 34 105 241 115 21
Binary 1010 1001110 111000 1010111 0 11100 1000101 10100001 1001101 10001

Color Harmonies of #0A4E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4E38

Black with #0A4E38

Text Example


Text Example

White with #0A4E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,78,56); }

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

background-color css

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

 a { background-color: rgb(10,78,56); }

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

border-color css

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

 span { border-color: rgb(10,78,56); }

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