#146335

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

Shades of Crusoe #146335

Tints of Crusoe #146335

Color information

#146335 (or 0x146335) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 35. RGB value is (20,99,53). Sum of RGB (Red+Green+Blue) = 20+99+53=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #146335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146335 is #EB9CCA. Grayscale: #464646. Windows color (decimal): -15441099 or 3498772. OLE color: 3498772.

HSL color Cylindrical-coordinate representation of color #146335: hue angle of 145.06º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146335 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB209953-
CMYK0.8000.460.61
HSL145.06º66.39%23.33%-
HSV(B)145.06º79.8%38.82%-
XYZ5.399.334.88-
YUV70.14118.3392.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=11.63%
G=57.56%
B=30.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099530.8000.460.61145.0666.3923.33
Hex1463355002E3D914217
Octal24143651200567522110227
Binary1010011000111101011010000010111011110110010001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146335; }

 p { color: rgb(20,99,53); }

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

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

 a { background-color: rgb(20,99,53); }

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

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

 span { border-color: rgb(20,99,53); }

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