Html Css Color HEX #13523D Sherwood Green

📋 copy color: '#13523D'

red 19 ◦ green 82 ◦ blue 61

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

Shades of Sherwood Green #13523D

Tints of Sherwood Green #13523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.62%

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

R = 11.73%
G = 50.62%
B = 37.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#13523D (or 0x13523D) is known color: Sherwood Green. HEX triplet: 13, 52 and 3D. RGB value is (19,82,61). Sum of RGB (Red+Green+Blue) = 19+82+61=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #13523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13523D is #ECADC2. Grayscale: #3C3C3C. Windows color (decimal): -15510979 or 4018707. OLE color: 4018707.

HSL color Cylindrical-coordinate representation of color #13523D: hue angle of 160º 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 #13523D is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 82 61 -
CMYK 0.77 0 0.26 0.68
HSL 160º 0.62% 0.2% -
HSV(B) 160º 0.77% 0.32% -
XYZ 4.13 6.51 5.45 -
YUV 60.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 19 82 61 0.77 0 0.26 0.68 160 0.62 0.2
Hex 13 52 3D 4D 0 1A 44 A0 3E 14
Octal 23 122 75 115 0 32 104 240 76 24
Binary 10011 1010010 111101 1001101 0 11010 1000100 10100000 111110 10100

Color Harmonies of #13523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13523D

Black with #13523D

Text Example


Text Example

White with #13523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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