#134E23

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

Shades of Crusoe #134E23

Tints of Crusoe #134E23

Color information

#134E23 (or 0x134E23) is unknown color: approx Crusoe. HEX triplet: 13, 4E and 23. RGB value is (19,78,35). Sum of RGB (Red+Green+Blue) = 19+78+35=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #134E23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E23 is #ECB1DC. Grayscale: #373737. Windows color (decimal): -15512029 or 2313747. OLE color: 2313747.

HSL color Cylindrical-coordinate representation of color #134E23: hue angle of 136.27º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E23 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB197835-
CMYK0.7600.550.69
HSL136.27º60.82%19.02%-
HSV(B)136.27º75.64%30.59%-
XYZ3.35.712.52-
YUV55.46116.45102-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 78 (30.86% from 255) = 59.09%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=14.39%
G=59.09%
B=26.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978350.7600.550.69136.2760.8219.02
Hex134E234C03745883d13
Octal23116431140671052107523
Binary1001110011101000111001100011011110001011000100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134E23; }

 p { color: rgb(19,78,35); }

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

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

 a { background-color: rgb(19,78,35); }

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

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

 span { border-color: rgb(19,78,35); }

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