#145125

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

Shades of Crusoe #145125

Tints of Crusoe #145125

Color information

#145125 (or 0x145125) is unknown color: approx Crusoe. HEX triplet: 14, 51 and 25. RGB value is (20,81,37). Sum of RGB (Red+Green+Blue) = 20+81+37=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #145125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145125 is #EBAEDA. Grayscale: #393939. Windows color (decimal): -15445723 or 2445588. OLE color: 2445588.

HSL color Cylindrical-coordinate representation of color #145125: hue angle of 136.72º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145125 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB208137-
CMYK0.7500.540.68
HSL136.72º60.4%19.8%-
HSV(B)136.72º75.31%31.76%-
XYZ3.566.172.75-
YUV57.74116.29101.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 81 (32.03% from 255) = 58.70%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=14.49%
G=58.70%
B=26.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081370.7500.540.68136.7260.419.8
Hex1451254B03644893c14
Octal24121451130661042117424
Binary1010010100011001011001011011011010001001000100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145125; }

 p { color: rgb(20,81,37); }

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

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

 a { background-color: rgb(20,81,37); }

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

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

 span { border-color: rgb(20,81,37); }

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