#105725

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

Shades of Crusoe #105725

Tints of Crusoe #105725

Color information

#105725 (or 0x105725) is unknown color: approx Crusoe. HEX triplet: 10, 57 and 25. RGB value is (16,87,37). Sum of RGB (Red+Green+Blue) = 16+87+37=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #105725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105725 is #EFA8DA. Grayscale: #3C3C3C. Windows color (decimal): -15706331 or 2447120. OLE color: 2447120.

HSL color Cylindrical-coordinate representation of color #105725: hue angle of 137.75º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105725 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB168737-
CMYK0.8200.570.66
HSL137.75º68.93%20.2%-
HSV(B)137.75º81.61%34.12%-
XYZ3.967.062.9-
YUV60.07114.9896.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.43%
GREEN value IS 87 (34.38% from 255) = 62.14%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=11.43%
G=62.14%
B=26.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1687370.8200.570.66137.7568.9320.2
Hex10572552039428a4514
Octal201274512207110221210524
Binary10000101011110010110100100111001100001010001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105725; }

 p { color: rgb(16,87,37); }

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

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

 a { background-color: rgb(16,87,37); }

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

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

 span { border-color: rgb(16,87,37); }

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