Html Css Color HEX #104131 Sherwood Green

📋 copy color: '#104131'

red 16 ◦ green 65 ◦ blue 49

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

Shades of Sherwood Green #104131

Tints of Sherwood Green #104131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

 BLUE value IS 49 (19.53% from 255) = 37.69%

R = 12.31%
G = 50%
B = 37.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#104131 (or 0x104131) is known color: Sherwood Green. HEX triplet: 10, 41 and 31. RGB value is (16,65,49). Sum of RGB (Red+Green+Blue) = 16+65+49=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #104131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104131 is #EFBECE. Grayscale: #303030. Windows color (decimal): -15711951 or 3227920. OLE color: 3227920.

HSL color Cylindrical-coordinate representation of color #104131: hue angle of 160.41º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104131 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 65 49 -
CMYK 0.75 0 0.25 0.75
HSL 160.41º 0.6% 0.16% -
HSV(B) 160.41º 0.75% 0.25% -
XYZ 2.66 4.11 3.56 -
YUV 48.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 16 65 49 0.75 0 0.25 0.75 160.41 0.6 0.16
Hex 10 41 31 4B 0 19 4B A0 3C 10
Octal 20 101 61 113 0 31 113 240 74 20
Binary 10000 1000001 110001 1001011 0 11001 1001011 10100000 111100 10000

Color Harmonies of #104131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104131

Black with #104131

Text Example


Text Example

White with #104131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104131; }

 p { color: rgb(16,65,49); }

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

background-color css

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

 a { background-color: rgb(16,65,49); }

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

border-color css

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

 span { border-color: rgb(16,65,49); }

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