#14632F

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

Shades of Crusoe #14632F

Tints of Crusoe #14632F

Color information

#14632F (or 0x14632F) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 2F. RGB value is (20,99,47). Sum of RGB (Red+Green+Blue) = 20+99+47=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #14632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14632F is #EB9CD0. Grayscale: #454545. Windows color (decimal): -15441105 or 3105556. OLE color: 3105556.

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

Color convert

RGB209947-
CMYK0.8000.530.61
HSL140.51º66.39%23.33%-
HSV(B)140.51º79.8%38.82%-
XYZ5.269.284.2-
YUV69.45115.3392.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=12.05%
G=59.64%
B=28.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099470.8000.530.61140.5166.3923.33
Hex14632F500353D8d4217
Octal24143571200657521510227
Binary1010011000111011111010000011010111110110001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14632F; }

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

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

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

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

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

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

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

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