#146334

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

Shades of Crusoe #146334

Tints of Crusoe #146334

Color information

#146334 (or 0x146334) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 34. RGB value is (20,99,52). Sum of RGB (Red+Green+Blue) = 20+99+52=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #146334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146334 is #EB9CCB. Grayscale: #464646. Windows color (decimal): -15441100 or 3433236. OLE color: 3433236.

HSL color Cylindrical-coordinate representation of color #146334: hue angle of 144.3º 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 #146334 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB209952-
CMYK0.8000.470.61
HSL144.3º66.39%23.33%-
HSV(B)144.3º79.8%38.82%-
XYZ5.379.324.76-
YUV70.02117.8392.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 99 (39.06% from 255) = 57.89%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=11.70%
G=57.89%
B=30.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099520.8000.470.61144.366.3923.33
Hex1463345002F3D904217
Octal24143641200577522010227
Binary1010011000111101001010000010111111110110010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146334; }

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

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

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

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

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

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

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

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