Html Css Color HEX #104032 Sherwood Green

📋 copy color: '#104032'

red 16 ◦ green 64 ◦ blue 50

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

Shades of Sherwood Green #104032

Tints of Sherwood Green #104032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.23%

 BLUE value IS 50 (19.92% from 255) = 38.46%

R = 12.31%
G = 49.23%
B = 38.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#104032 (or 0x104032) is known color: Sherwood Green. HEX triplet: 10, 40 and 32. RGB value is (16,64,50). Sum of RGB (Red+Green+Blue) = 16+64+50=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #104032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104032 is #EFBFCD. Grayscale: #303030. Windows color (decimal): -15712206 or 3293200. OLE color: 3293200.

HSL color Cylindrical-coordinate representation of color #104032: hue angle of 162.5º 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 #104032 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 64 50 -
CMYK 0.75 0 0.22 0.75
HSL 162.5º 0.6% 0.16% -
HSV(B) 162.5º 0.75% 0.25% -
XYZ 2.62 4.01 3.65 -
YUV 48.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 16 64 50 0.75 0 0.22 0.75 162.5 0.6 0.16
Hex 10 40 32 4B 0 16 4B A2 3C 10
Octal 20 100 62 113 0 26 113 242 74 20
Binary 10000 1000000 110010 1001011 0 10110 1001011 10100010 111100 10000

Color Harmonies of #104032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104032

Black with #104032

Text Example


Text Example

White with #104032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104032; }

 p { color: rgb(16,64,50); }

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

background-color css

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

 a { background-color: rgb(16,64,50); }

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

border-color css

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

 span { border-color: rgb(16,64,50); }

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