Html Css Color HEX #104A38 Sherwood Green

📋 copy color: '#104A38'

red 16 ◦ green 74 ◦ blue 56

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

Shades of Sherwood Green #104A38

Tints of Sherwood Green #104A38

RGB

 RED value IS 16 (6.64% from 255) = 10.96%

 GREEN value IS 74 (29.3% from 255) = 50.68%

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

R = 10.96%
G = 50.68%
B = 38.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#104A38 (or 0x104A38) is known color: Sherwood Green. HEX triplet: 10, 4A and 38. RGB value is (16,74,56). Sum of RGB (Red+Green+Blue) = 16+74+56=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #104A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104A38 is #EFB5C7. Grayscale: #363636. Windows color (decimal): -15709640 or 3688976. OLE color: 3688976.

HSL color Cylindrical-coordinate representation of color #104A38: hue angle of 161.38º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104A38 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 74 56 -
CMYK 0.78 0 0.24 0.71
HSL 161.38º 0.64% 0.18% -
HSV(B) 161.38º 0.78% 0.29% -
XYZ 3.38 5.29 4.59 -
YUV 54.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 16 74 56 0.78 0 0.24 0.71 161.38 0.64 0.18
Hex 10 4A 38 4E 0 18 47 A1 40 12
Octal 20 112 70 116 0 30 107 241 100 22
Binary 10000 1001010 111000 1001110 0 11000 1000111 10100001 1000000 10010

Color Harmonies of #104A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104A38

Black with #104A38

Text Example


Text Example

White with #104A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104A38; }

 p { color: rgb(16,74,56); }

 H1.HeaderClassName
 {
   color: #104A38;
 }
 .AnyTagClassName
 {
   color: #104A38;
 }
</style>

background-color css

<style>
 a { background-color: #104A38; }

 a { background-color: rgb(16,74,56); }

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

border-color css

<style>
 span { border-color: #104A38; }

 span { border-color: rgb(16,74,56); }

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