Html Css Color HEX #13513D Sherwood Green

📋 copy color: '#13513D'

red 19 ◦ green 81 ◦ blue 61

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

Shades of Sherwood Green #13513D

Tints of Sherwood Green #13513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.31%

 BLUE value IS 61 (24.22% from 255) = 37.89%

R = 11.8%
G = 50.31%
B = 37.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#13513D (or 0x13513D) is known color: Sherwood Green. HEX triplet: 13, 51 and 3D. RGB value is (19,81,61). Sum of RGB (Red+Green+Blue) = 19+81+61=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #13513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13513D is #ECAEC2. Grayscale: #3C3C3C. Windows color (decimal): -15511235 or 4018451. OLE color: 4018451.

HSL color Cylindrical-coordinate representation of color #13513D: hue angle of 160.65º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13513D is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 81 61 -
CMYK 0.77 0 0.25 0.68
HSL 160.65º 0.62% 0.2% -
HSV(B) 160.65º 0.77% 0.32% -
XYZ 4.05 6.36 5.43 -
YUV 60.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 19 81 61 0.77 0 0.25 0.68 160.65 0.62 0.2
Hex 13 51 3D 4D 0 19 44 A1 3E 14
Octal 23 121 75 115 0 31 104 241 76 24
Binary 10011 1010001 111101 1001101 0 11001 1000100 10100001 111110 10100

Color Harmonies of #13513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13513D

Black with #13513D

Text Example


Text Example

White with #13513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13513D; }

 p { color: rgb(19,81,61); }

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

background-color css

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

 a { background-color: rgb(19,81,61); }

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

border-color css

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

 span { border-color: rgb(19,81,61); }

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