#146127

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

Shades of Crusoe #146127

Tints of Crusoe #146127

Color information

#146127 (or 0x146127) is unknown color: approx Crusoe. HEX triplet: 14, 61 and 27. RGB value is (20,97,39). Sum of RGB (Red+Green+Blue) = 20+97+39=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #146127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146127 is #EB9ED8. Grayscale: #434343. Windows color (decimal): -15441625 or 2580756. OLE color: 2580756.

HSL color Cylindrical-coordinate representation of color #146127: hue angle of 134.81º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146127 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB209739-
CMYK0.7900.600.62
HSL134.81º65.81%22.94%-
HSV(B)134.81º79.38%38.04%-
XYZ4.938.843.37-
YUV67.36111.9994.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 39 (15.62% from 255) = 25%
R=12.82%
G=62.18%
B=25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097390.7900.600.62134.8165.8122.94
Hex1461274F03C3E874217
Octal24141471170747620710227
Binary1010011000011001111001111011110011111010000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146127; }

 p { color: rgb(20,97,39); }

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

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

 a { background-color: rgb(20,97,39); }

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

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

 span { border-color: rgb(20,97,39); }

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