Html Css Color HEX #195442 Sherwood Green

📋 copy color: '#195442'

red 25 ◦ green 84 ◦ blue 66

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

Shades of Sherwood Green #195442

Tints of Sherwood Green #195442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 14.29%
G = 48%
B = 37.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#195442 (or 0x195442) is known color: Sherwood Green. HEX triplet: 19, 54 and 42. RGB value is (25,84,66). Sum of RGB (Red+Green+Blue) = 25+84+66=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #195442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195442 is #E6ABBD. Grayscale: #404040. Windows color (decimal): -15117246 or 4346905. OLE color: 4346905.

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

Color convert

RGB 25 84 66 -
CMYK 0.70 0 0.21 0.67
HSL 161.69º 0.54% 0.21% -
HSV(B) 161.69º 0.7% 0.33% -
XYZ 4.55 6.94 6.25 -
YUV 64.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 25 84 66 0.70 0 0.21 0.67 161.69 0.54 0.21
Hex 19 54 42 46 0 15 43 A2 36 15
Octal 31 124 102 106 0 25 103 242 66 25
Binary 11001 1010100 1000010 1000110 0 10101 1000011 10100010 110110 10101

Color Harmonies of #195442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195442

Black with #195442

Text Example


Text Example

White with #195442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195442; }

 p { color: rgb(25,84,66); }

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

background-color css

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

 a { background-color: rgb(25,84,66); }

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

border-color css

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

 span { border-color: rgb(25,84,66); }

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