#17512D

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

Shades of Crusoe #17512D

Tints of Crusoe #17512D

Color information

#17512D (or 0x17512D) is unknown color: approx Crusoe. HEX triplet: 17, 51 and 2D. RGB value is (23,81,45). Sum of RGB (Red+Green+Blue) = 23+81+45=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #17512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17512D is #E8AED2. Grayscale: #3B3B3B. Windows color (decimal): -15249107 or 2969879. OLE color: 2969879.

HSL color Cylindrical-coordinate representation of color #17512D: hue angle of 142.76º 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 #17512D is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB238145-
CMYK0.7200.440.68
HSL142.76º55.77%20.39%-
HSV(B)142.76º71.6%31.76%-
XYZ3.776.263.49-
YUV59.55119.78101.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.44%
GREEN value IS 81 (32.03% from 255) = 54.36%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=15.44%
G=54.36%
B=30.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2381450.7200.440.68142.7655.7720.39
Hex17512D4802C448f3814
Octal27121551100541042177024
Binary1011110100011011011001000010110010001001000111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17512D; }

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

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

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

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

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

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

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

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