Html Css Color HEX #134331 Sherwood Green

📋 copy color: '#134331'

red 19 ◦ green 67 ◦ blue 49

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

Shades of Sherwood Green #134331

Tints of Sherwood Green #134331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 14.07%
G = 49.63%
B = 36.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#134331 (or 0x134331) is known color: Sherwood Green. HEX triplet: 13, 43 and 31. RGB value is (19,67,49). Sum of RGB (Red+Green+Blue) = 19+67+49=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #134331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134331 is #ECBCCE. Grayscale: #323232. Windows color (decimal): -15514831 or 3228435. OLE color: 3228435.

HSL color Cylindrical-coordinate representation of color #134331: hue angle of 157.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134331 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 49 -
CMYK 0.72 0 0.27 0.74
HSL 157.5º 0.56% 0.17% -
HSV(B) 157.5º 0.72% 0.26% -
XYZ 2.83 4.37 3.6 -
YUV 50.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 19 67 49 0.72 0 0.27 0.74 157.5 0.56 0.17
Hex 13 43 31 48 0 1B 4A 9E 38 11
Octal 23 103 61 110 0 33 112 236 70 21
Binary 10011 1000011 110001 1001000 0 11011 1001010 10011110 111000 10001

Color Harmonies of #134331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134331

Black with #134331

Text Example


Text Example

White with #134331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134331; }

 p { color: rgb(19,67,49); }

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

background-color css

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

 a { background-color: rgb(19,67,49); }

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

border-color css

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

 span { border-color: rgb(19,67,49); }

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