Html Css Color HEX #13392D Sherwood Green

📋 copy color: '#13392D'

red 19 ◦ green 57 ◦ blue 45

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

Shades of Sherwood Green #13392D

Tints of Sherwood Green #13392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.11%

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 15.7%
G = 47.11%
B = 37.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#13392D (or 0x13392D) is known color: Sherwood Green. HEX triplet: 13, 39 and 2D. RGB value is (19,57,45). Sum of RGB (Red+Green+Blue) = 19+57+45=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #13392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13392D is #ECC6D2. Grayscale: #2C2C2C. Windows color (decimal): -15517395 or 2963731. OLE color: 2963731.

HSL color Cylindrical-coordinate representation of color #13392D: hue angle of 161.05º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13392D is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 45 -
CMYK 0.67 0 0.21 0.78
HSL 161.05º 0.5% 0.15% -
HSV(B) 161.05º 0.67% 0.22% -
XYZ 2.21 3.25 2.99 -
YUV 44.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 19 57 45 0.67 0 0.21 0.78 161.05 0.5 0.15
Hex 13 39 2D 43 0 15 4E A1 32 F
Octal 23 71 55 103 0 25 116 241 62 17
Binary 10011 111001 101101 1000011 0 10101 1001110 10100001 110010 1111

Color Harmonies of #13392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13392D

Black with #13392D

Text Example


Text Example

White with #13392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,57,45); }

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

background-color css

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

 a { background-color: rgb(19,57,45); }

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

border-color css

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

 span { border-color: rgb(19,57,45); }

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