Html Css Color HEX #13412F Sherwood Green

📋 copy color: '#13412F'

red 19 ◦ green 65 ◦ blue 47

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

Shades of Sherwood Green #13412F

Tints of Sherwood Green #13412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.62%

 BLUE value IS 47 (18.75% from 255) = 35.88%

R = 14.5%
G = 49.62%
B = 35.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#13412F (or 0x13412F) is known color: Sherwood Green. HEX triplet: 13, 41 and 2F. RGB value is (19,65,47). Sum of RGB (Red+Green+Blue) = 19+65+47=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #13412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13412F is #ECBED0. Grayscale: #313131. Windows color (decimal): -15515345 or 3096851. OLE color: 3096851.

HSL color Cylindrical-coordinate representation of color #13412F: hue angle of 156.52º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13412F is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 47 -
CMYK 0.71 0 0.28 0.75
HSL 156.52º 0.55% 0.16% -
HSV(B) 156.52º 0.71% 0.25% -
XYZ 2.67 4.12 3.34 -
YUV 49.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 19 65 47 0.71 0 0.28 0.75 156.52 0.55 0.16
Hex 13 41 2F 47 0 1C 4B 9D 37 10
Octal 23 101 57 107 0 34 113 235 67 20
Binary 10011 1000001 101111 1000111 0 11100 1001011 10011101 110111 10000

Color Harmonies of #13412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13412F

Black with #13412F

Text Example


Text Example

White with #13412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,65,47); }

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

background-color css

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

 a { background-color: rgb(19,65,47); }

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

border-color css

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

 span { border-color: rgb(19,65,47); }

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