#12621F

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

Shades of Crusoe #12621F

Tints of Crusoe #12621F

Color information

#12621F (or 0x12621F) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 1F. RGB value is (18,98,31). Sum of RGB (Red+Green+Blue) = 18+98+31=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #12621F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12621F is #ED9DE0. Grayscale: #424242. Windows color (decimal): -15572449 or 2056722. OLE color: 2056722.

HSL color Cylindrical-coordinate representation of color #12621F: hue angle of 129.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12621F is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB189831-
CMYK0.8200.680.62
HSL129.75º68.97%22.75%-
HSV(B)129.75º81.63%38.43%-
XYZ4.868.962.77-
YUV66.4410893.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 98 (38.67% from 255) = 66.67%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=12.24%
G=66.67%
B=21.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898310.8200.680.62129.7568.9722.75
Hex12621F520443E824517
Octal221423712201047620210527
Binary1001011000101111110100100100010011111010000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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