#134533

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

Shades of Sherwood Green #134533

Tints of Sherwood Green #134533

Color information

#134533 (or 0x134533) is unknown color: approx Sherwood Green. HEX triplet: 13, 45 and 33. RGB value is (19,69,51). Sum of RGB (Red+Green+Blue) = 19+69+51=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #134533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134533 is #ECBACC. Grayscale: #343434. Windows color (decimal): -15514317 or 3360019. OLE color: 3360019.

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

Color convert

RGB196951-
CMYK0.7200.260.73
HSL158.4º56.82%17.25%-
HSV(B)158.4º72.46%27.06%-
XYZ2.994.633.87-
YUV52127.44104.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=13.67%
G=49.64%
B=36.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969510.7200.260.73158.456.8217.25
Hex1345334801A499e3911
Octal23105631100321112367121
Binary100111000101110011100100001101010010011001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134533; }

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

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

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

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

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

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

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

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