#134833

Color #134833 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #134833

Tints of Sherwood Green #134833

Color information

#134833 (or 0x134833) is unknown color: approx Sherwood Green. HEX triplet: 13, 48 and 33. RGB value is (19,72,51). Sum of RGB (Red+Green+Blue) = 19+72+51=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #134833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134833 is #ECB7CC. Grayscale: #353535. Windows color (decimal): -15513549 or 3360787. OLE color: 3360787.

HSL color Cylindrical-coordinate representation of color #134833: hue angle of 156.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134833 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB197251-
CMYK0.7400.290.72
HSL156.23º58.24%17.84%-
HSV(B)156.23º73.61%28.24%-
XYZ3.185.013.93-
YUV53.76126.44103.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 51 (20.31% from 255) = 35.92%
R=13.38%
G=50.70%
B=35.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972510.7400.290.72156.2358.2417.84
Hex1348334A01D489c3a12
Octal23110631120351102347222
Binary100111001000110011100101001110110010001001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134833; }

 p { color: rgb(19,72,51); }

 H1.HeaderClassName
 {
   color: #134833;
 }
 .AnyTagClassName
 {
   color: #134833;
 }
</style>
background-color css

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

 a { background-color: rgb(19,72,51); }

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

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

 span { border-color: rgb(19,72,51); }

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