Html Css Color HEX #19503F Sherwood Green

📋 copy color: '#19503F'

red 25 ◦ green 80 ◦ blue 63

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

Shades of Sherwood Green #19503F

Tints of Sherwood Green #19503F

RGB

 RED value IS 25 (10.16% from 255) = 14.88%

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 63 (25% from 255) = 37.5%

R = 14.88%
G = 47.62%
B = 37.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#19503F (or 0x19503F) is known color: Sherwood Green. HEX triplet: 19, 50 and 3F. RGB value is (25,80,63). Sum of RGB (Red+Green+Blue) = 25+80+63=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #19503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19503F is #E6AFC0. Grayscale: #3D3D3D. Windows color (decimal): -15118273 or 4149273. OLE color: 4149273.

HSL color Cylindrical-coordinate representation of color #19503F: hue angle of 161.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19503F is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 63 -
CMYK 0.69 0 0.21 0.69
HSL 161.45º 0.52% 0.21% -
HSV(B) 161.45º 0.69% 0.31% -
XYZ 4.17 6.3 5.7 -
YUV 61.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 25 80 63 0.69 0 0.21 0.69 161.45 0.52 0.21
Hex 19 50 3F 45 0 15 45 A1 34 15
Octal 31 120 77 105 0 25 105 241 64 25
Binary 11001 1010000 111111 1000101 0 10101 1000101 10100001 110100 10101

Color Harmonies of #19503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19503F

Black with #19503F

Text Example


Text Example

White with #19503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19503F; }

 p { color: rgb(25,80,63); }

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

background-color css

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

 a { background-color: rgb(25,80,63); }

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

border-color css

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

 span { border-color: rgb(25,80,63); }

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