#175129

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

Shades of Crusoe #175129

Tints of Crusoe #175129

Color information

#175129 (or 0x175129) is unknown color: approx Crusoe. HEX triplet: 17, 51 and 29. RGB value is (23,81,41). Sum of RGB (Red+Green+Blue) = 23+81+41=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #175129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175129 is #E8AED6. Grayscale: #3B3B3B. Windows color (decimal): -15249111 or 2707735. OLE color: 2707735.

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

Color convert

RGB238141-
CMYK0.7200.490.68
HSL138.62º55.77%20.39%-
HSV(B)138.62º71.6%31.76%-
XYZ3.76.233.1-
YUV59.1117.78102.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 81 (32.03% from 255) = 55.86%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=15.86%
G=55.86%
B=28.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2381410.7200.490.68138.6255.7720.39
Hex17512948031448b3814
Octal27121511100611042137024
Binary1011110100011010011001000011000110001001000101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175129; }

 p { color: rgb(23,81,41); }

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

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

 a { background-color: rgb(23,81,41); }

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

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

 span { border-color: rgb(23,81,41); }

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