#12542B

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

Shades of Crusoe #12542B

Tints of Crusoe #12542B

Color information

#12542B (or 0x12542B) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 2B. RGB value is (18,84,43). Sum of RGB (Red+Green+Blue) = 18+84+43=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #12542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12542B is #EDABD4. Grayscale: #3B3B3B. Windows color (decimal): -15576021 or 2839570. OLE color: 2839570.

HSL color Cylindrical-coordinate representation of color #12542B: hue angle of 142.73º 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 #12542B is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB188443-
CMYK0.7900.490.67
HSL142.73º64.71%20%-
HSV(B)142.73º78.57%32.94%-
XYZ3.866.643.36-
YUV59.59118.6398.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 84 (33.20% from 255) = 57.93%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=12.41%
G=57.93%
B=29.66%

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
Decimal1884430.7900.490.67142.7364.7120
Hex12542B4F031438f4114
Octal221245311706110321710124
Binary10010101010010101110011110110001100001110001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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