#12552B

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

Shades of Crusoe #12552B

Tints of Crusoe #12552B

Color information

#12552B (or 0x12552B) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 2B. RGB value is (18,85,43). Sum of RGB (Red+Green+Blue) = 18+85+43=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #12552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12552B is #EDAAD4. Grayscale: #3C3C3C. Windows color (decimal): -15575765 or 2839826. OLE color: 2839826.

HSL color Cylindrical-coordinate representation of color #12552B: hue angle of 142.39º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12552B is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB188543-
CMYK0.7900.490.67
HSL142.39º65.05%20.2%-
HSV(B)142.39º78.82%33.33%-
XYZ3.936.83.39-
YUV60.18118.397.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=12.33%
G=58.22%
B=29.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885430.7900.490.67142.3965.0520.2
Hex12552B4F031438e4114
Octal221255311706110321610124
Binary10010101010110101110011110110001100001110001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12552B; }

 p { color: rgb(18,85,43); }

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

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

 a { background-color: rgb(18,85,43); }

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

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

 span { border-color: rgb(18,85,43); }

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