Html Css Color HEX #13503C Sherwood Green

📋 copy color: '#13503C'

red 19 ◦ green 80 ◦ blue 60

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

Shades of Sherwood Green #13503C

Tints of Sherwood Green #13503C

RGB

 RED value IS 19 (7.81% from 255) = 11.95%

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

 BLUE value IS 60 (23.83% from 255) = 37.74%

R = 11.95%
G = 50.31%
B = 37.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#13503C (or 0x13503C) is known color: Sherwood Green. HEX triplet: 13, 50 and 3C. RGB value is (19,80,60). Sum of RGB (Red+Green+Blue) = 19+80+60=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #13503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13503C is #ECAFC3. Grayscale: #3B3B3B. Windows color (decimal): -15511492 or 3952659. OLE color: 3952659.

HSL color Cylindrical-coordinate representation of color #13503C: hue angle of 160.33º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13503C is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 60 -
CMYK 0.76 0 0.25 0.69
HSL 160.33º 0.62% 0.19% -
HSV(B) 160.33º 0.76% 0.31% -
XYZ 3.95 6.2 5.26 -
YUV 59.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 19 80 60 0.76 0 0.25 0.69 160.33 0.62 0.19
Hex 13 50 3C 4C 0 19 45 A0 3E 13
Octal 23 120 74 114 0 31 105 240 76 23
Binary 10011 1010000 111100 1001100 0 11001 1000101 10100000 111110 10011

Color Harmonies of #13503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13503C

Black with #13503C

Text Example


Text Example

White with #13503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13503C; }

 p { color: rgb(19,80,60); }

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

background-color css

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

 a { background-color: rgb(19,80,60); }

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

border-color css

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

 span { border-color: rgb(19,80,60); }

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