Html Css Color HEX #194033 Sherwood Green

📋 copy color: '#194033'

red 25 ◦ green 64 ◦ blue 51

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

Shades of Sherwood Green #194033

Tints of Sherwood Green #194033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 17.86%
G = 45.71%
B = 36.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#194033 (or 0x194033) is known color: Sherwood Green. HEX triplet: 19, 40 and 33. RGB value is (25,64,51). Sum of RGB (Red+Green+Blue) = 25+64+51=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #194033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194033 is #E6BFCC. Grayscale: #323232. Windows color (decimal): -15122381 or 3358745. OLE color: 3358745.

HSL color Cylindrical-coordinate representation of color #194033: hue angle of 160º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #194033 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 64 51 -
CMYK 0.61 0 0.20 0.75
HSL 160º 0.44% 0.17% -
HSV(B) 160º 0.61% 0.25% -
XYZ 2.83 4.11 3.78 -
YUV 50.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 25 64 51 0.61 0 0.20 0.75 160 0.44 0.17
Hex 19 40 33 3D 0 14 4B A0 2C 11
Octal 31 100 63 75 0 24 113 240 54 21
Binary 11001 1000000 110011 111101 0 10100 1001011 10100000 101100 10001

Color Harmonies of #194033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194033

Black with #194033

Text Example


Text Example

White with #194033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194033; }

 p { color: rgb(25,64,51); }

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

background-color css

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

 a { background-color: rgb(25,64,51); }

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

border-color css

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

 span { border-color: rgb(25,64,51); }

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