Html Css Color HEX #195241 Sherwood Green

📋 copy color: '#195241'

red 25 ◦ green 82 ◦ blue 65

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

Shades of Sherwood Green #195241

Tints of Sherwood Green #195241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

 BLUE value IS 65 (25.78% from 255) = 37.79%

R = 14.53%
G = 47.67%
B = 37.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#195241 (or 0x195241) is known color: Sherwood Green. HEX triplet: 19, 52 and 41. RGB value is (25,82,65). Sum of RGB (Red+Green+Blue) = 25+82+65=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #195241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195241 is #E6ADBE. Grayscale: #3F3F3F. Windows color (decimal): -15117759 or 4280857. OLE color: 4280857.

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

Color convert

RGB 25 82 65 -
CMYK 0.70 0 0.21 0.68
HSL 162.11º 0.53% 0.21% -
HSV(B) 162.11º 0.7% 0.32% -
XYZ 4.37 6.62 6.05 -
YUV 63.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 25 82 65 0.70 0 0.21 0.68 162.11 0.53 0.21
Hex 19 52 41 46 0 15 44 A2 35 15
Octal 31 122 101 106 0 25 104 242 65 25
Binary 11001 1010010 1000001 1000110 0 10101 1000100 10100010 110101 10101

Color Harmonies of #195241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195241

Black with #195241

Text Example


Text Example

White with #195241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195241; }

 p { color: rgb(25,82,65); }

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

background-color css

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

 a { background-color: rgb(25,82,65); }

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

border-color css

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

 span { border-color: rgb(25,82,65); }

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