#135023

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

Shades of Crusoe #135023

Tints of Crusoe #135023

Color information

#135023 (or 0x135023) is unknown color: approx Crusoe. HEX triplet: 13, 50 and 23. RGB value is (19,80,35). Sum of RGB (Red+Green+Blue) = 19+80+35=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #135023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135023 is #ECAFDC. Grayscale: #383838. Windows color (decimal): -15511517 or 2314259. OLE color: 2314259.

HSL color Cylindrical-coordinate representation of color #135023: hue angle of 135.74º degrees, saturation: 0.62, 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 #135023 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB198035-
CMYK0.7600.560.69
HSL135.74º61.62%19.41%-
HSV(B)135.74º76.25%31.37%-
XYZ3.4462.57-
YUV56.63115.79101.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 80 (31.64% from 255) = 59.70%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=14.18%
G=59.70%
B=26.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980350.7600.560.69135.7461.6219.41
Hex1350234C03845883e13
Octal23120431140701052107623
Binary1001110100001000111001100011100010001011000100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135023; }

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

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

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

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

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

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

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

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