Html Css Color HEX #193F32 Sherwood Green

📋 copy color: '#193F32'

red 25 ◦ green 63 ◦ blue 50

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

Shades of Sherwood Green #193F32

Tints of Sherwood Green #193F32

RGB

 RED value IS 25 (10.16% from 255) = 18.12%

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

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

R = 18.12%
G = 45.65%
B = 36.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.75

RGB Variations

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

Color information

#193F32 (or 0x193F32) is known color: Sherwood Green. HEX triplet: 19, 3F and 32. RGB value is (25,63,50). Sum of RGB (Red+Green+Blue) = 25+63+50=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #193F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193F32 is #E6C0CD. Grayscale: #323232. Windows color (decimal): -15122638 or 3292953. OLE color: 3292953.

HSL color Cylindrical-coordinate representation of color #193F32: hue angle of 159.47º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193F32 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 63 50 -
CMYK 0.60 0 0.21 0.75
HSL 159.47º 0.43% 0.17% -
HSV(B) 159.47º 0.6% 0.25% -
XYZ 2.75 3.99 3.64 -
YUV 50.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 25 63 50 0.60 0 0.21 0.75 159.47 0.43 0.17
Hex 19 3F 32 3C 0 15 4B 9F 2B 11
Octal 31 77 62 74 0 25 113 237 53 21
Binary 11001 111111 110010 111100 0 10101 1001011 10011111 101011 10001

Color Harmonies of #193F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F32

Black with #193F32

Text Example


Text Example

White with #193F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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