#12682A

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

Shades of Crusoe #12682A

Tints of Crusoe #12682A

Color information

#12682A (or 0x12682A) is unknown color: approx Crusoe. HEX triplet: 12, 68 and 2A. RGB value is (18,104,42). Sum of RGB (Red+Green+Blue) = 18+104+42=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #12682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12682A is #ED97D5. Grayscale: #474747. Windows color (decimal): -15570902 or 2779154. OLE color: 2779154.

HSL color Cylindrical-coordinate representation of color #12682A: hue angle of 136.74º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12682A is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1810442-
CMYK0.8300.600.59
HSL136.74º70.49%23.92%-
HSV(B)136.74º82.69%40.78%-
XYZ5.6210.23.86-
YUV71.22111.5190.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 104 (41.02% from 255) = 63.41%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=10.98%
G=63.41%
B=25.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104420.8300.600.59136.7470.4923.92
Hex12682A5303C3B894618
Octal22150521230747321110630
Binary1001011010001010101010011011110011101110001001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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