#12512A

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

Shades of Crusoe #12512A

Tints of Crusoe #12512A

Color information

#12512A (or 0x12512A) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 2A. RGB value is (18,81,42). Sum of RGB (Red+Green+Blue) = 18+81+42=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #12512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12512A is #EDAED5. Grayscale: #393939. Windows color (decimal): -15576790 or 2773266. OLE color: 2773266.

HSL color Cylindrical-coordinate representation of color #12512A: hue angle of 142.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12512A is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB188142-
CMYK0.7800.480.68
HSL142.86º63.64%19.41%-
HSV(B)142.86º77.78%31.76%-
XYZ3.616.183.19-
YUV57.72119.1399.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=12.77%
G=57.45%
B=29.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881420.7800.480.68142.8663.6419.41
Hex12512A4E030448f4013
Octal221215211606010421710023
Binary10010101000110101010011100110000100010010001111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12512A; }

 p { color: rgb(18,81,42); }

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

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

 a { background-color: rgb(18,81,42); }

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

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

 span { border-color: rgb(18,81,42); }

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