Html Css Color HEX #133F32 Sherwood Green

📋 copy color: '#133F32'

red 19 ◦ green 63 ◦ blue 50

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

Shades of Sherwood Green #133F32

Tints of Sherwood Green #133F32

RGB

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

 GREEN value IS 63 (25% from 255) = 47.73%

 BLUE value IS 50 (19.92% from 255) = 37.88%

R = 14.39%
G = 47.73%
B = 37.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#133F32 (or 0x133F32) is known color: Sherwood Green. HEX triplet: 13, 3F and 32. RGB value is (19,63,50). Sum of RGB (Red+Green+Blue) = 19+63+50=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #133F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F32 is #ECC0CD. Grayscale: #303030. Windows color (decimal): -15515854 or 3292947. OLE color: 3292947.

HSL color Cylindrical-coordinate representation of color #133F32: hue angle of 162.27º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F32 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 50 -
CMYK 0.70 0 0.21 0.75
HSL 162.27º 0.54% 0.16% -
HSV(B) 162.27º 0.7% 0.25% -
XYZ 2.62 3.92 3.64 -
YUV 48.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 19 63 50 0.70 0 0.21 0.75 162.27 0.54 0.16
Hex 13 3F 32 46 0 15 4B A2 36 10
Octal 23 77 62 106 0 25 113 242 66 20
Binary 10011 111111 110010 1000110 0 10101 1001011 10100010 110110 10000

Color Harmonies of #133F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F32

Black with #133F32

Text Example


Text Example

White with #133F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133F32; }

 p { color: rgb(19,63,50); }

 H1.HeaderClassName
 {
   color: #133F32;
 }
 .AnyTagClassName
 {
   color: #133F32;
 }
</style>

background-color css

<style>
 a { background-color: #133F32; }

 a { background-color: rgb(19,63,50); }

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

border-color css

<style>
 span { border-color: #133F32; }

 span { border-color: rgb(19,63,50); }

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