#145522

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

Shades of Crusoe #145522

Tints of Crusoe #145522

Color information

#145522 (or 0x145522) is unknown color: approx Crusoe. HEX triplet: 14, 55 and 22. RGB value is (20,85,34). Sum of RGB (Red+Green+Blue) = 20+85+34=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #145522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145522 is #EBAADD. Grayscale: #3B3B3B. Windows color (decimal): -15444702 or 2250004. OLE color: 2250004.

HSL color Cylindrical-coordinate representation of color #145522: hue angle of 132.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145522 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB208534-
CMYK0.7600.600.67
HSL132.92º61.9%20.59%-
HSV(B)132.92º76.47%33.33%-
XYZ3.836.762.62-
YUV59.75113.4799.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=14.39%
G=61.15%
B=24.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085340.7600.600.67132.9261.920.59
Hex1455224C03C43853e15
Octal24125421140741032057625
Binary1010010101011000101001100011110010000111000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145522; }

 p { color: rgb(20,85,34); }

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

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

 a { background-color: rgb(20,85,34); }

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

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

 span { border-color: rgb(20,85,34); }

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