#145026

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

Shades of Crusoe #145026

Tints of Crusoe #145026

Color information

#145026 (or 0x145026) is unknown color: approx Crusoe. HEX triplet: 14, 50 and 26. RGB value is (20,80,38). Sum of RGB (Red+Green+Blue) = 20+80+38=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #145026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145026 is #EBAFD9. Grayscale: #393939. Windows color (decimal): -15445978 or 2510868. OLE color: 2510868.

HSL color Cylindrical-coordinate representation of color #145026: hue angle of 138º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145026 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB208038-
CMYK0.7500.520.69
HSL138º60%19.61%-
HSV(B)138º75%31.37%-
XYZ3.516.032.81-
YUV57.27117.12101.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=14.49%
G=57.97%
B=27.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080380.7500.520.691386019.61
Hex1450264B034458a3c14
Octal24120461130641052127424
Binary1010010100001001101001011011010010001011000101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145026; }

 p { color: rgb(20,80,38); }

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

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

 a { background-color: rgb(20,80,38); }

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

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

 span { border-color: rgb(20,80,38); }

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