#175325

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

Shades of Crusoe #175325

Tints of Crusoe #175325

Color information

#175325 (or 0x175325) is unknown color: approx Crusoe. HEX triplet: 17, 53 and 25. RGB value is (23,83,37). Sum of RGB (Red+Green+Blue) = 23+83+37=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #175325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175325 is #E8ACDA. Grayscale: #3B3B3B. Windows color (decimal): -15248603 or 2446103. OLE color: 2446103.

HSL color Cylindrical-coordinate representation of color #175325: hue angle of 134º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175325 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB238337-
CMYK0.7200.550.67
HSL134º56.6%20.78%-
HSV(B)134º72.29%32.55%-
XYZ3.786.52.81-
YUV59.82115.12101.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.08%
GREEN value IS 83 (32.81% from 255) = 58.04%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=16.08%
G=58.04%
B=25.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383370.7200.550.6713456.620.78
Hex1753254803743863915
Octal27123451100671032067125
Binary1011110100111001011001000011011110000111000011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175325; }

 p { color: rgb(23,83,37); }

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

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

 a { background-color: rgb(23,83,37); }

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

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

 span { border-color: rgb(23,83,37); }

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