#12681F

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

Shades of Crusoe #12681F

Tints of Crusoe #12681F

Color information

#12681F (or 0x12681F) is unknown color: approx Crusoe. HEX triplet: 12, 68 and 1F. RGB value is (18,104,31). Sum of RGB (Red+Green+Blue) = 18+104+31=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #12681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12681F is #ED97E0. Grayscale: #464646. Windows color (decimal): -15570913 or 2058258. OLE color: 2058258.

HSL color Cylindrical-coordinate representation of color #12681F: hue angle of 129.07º 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 #12681F is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1810431-
CMYK0.8300.700.59
HSL129.07º70.49%23.92%-
HSV(B)129.07º82.69%40.78%-
XYZ5.4510.132.96-
YUV69.96106.0190.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=11.76%
G=67.97%
B=20.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104310.8300.700.59129.0770.4923.92
Hex12681F530463B814618
Octal221503712301067320110630
Binary1001011010001111110100110100011011101110000001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12681F; }

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

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

<style>
 a { background-color: #12681F; }

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

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

<style>
 span { border-color: #12681F; }

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

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