#134400

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

Shades of Myrtle #134400

Tints of Myrtle #134400

Color information

#134400 (or 0x134400) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 00. RGB value is (19,68,0). Sum of RGB (Red+Green+Blue) = 19+68+0=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 68 (26.95% from 255 or 78.16% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 68 - color contains mainly: green. Hex color #134400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134400 is #ECBBFF. Grayscale: #2D2D2D. Windows color (decimal): -15514624 or 17427. OLE color: 17427.

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

Color convert

RGB19680-
CMYK0.72010.73
HSL103.24º100%13.33%-
HSV(B)103.24º100%26.67%-
XYZ2.344.270.7-
YUV45.6102.27109.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 68 (26.95% from 255) = 78.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.84%
G=78.16%
B=0%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal196800.72010.73103.2410013.33
Hex1344048064496764d
Octal231040110014411114714415
Binary10011100010001001000011001001001001110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134400; }

 p { color: rgb(19,68,0); }

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

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

 a { background-color: rgb(19,68,0); }

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

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

 span { border-color: rgb(19,68,0); }

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