#12551F

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

Shades of Crusoe #12551F

Tints of Crusoe #12551F

Color information

#12551F (or 0x12551F) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 1F. RGB value is (18,85,31). Sum of RGB (Red+Green+Blue) = 18+85+31=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #12551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551F is #EDAAE0. Grayscale: #3A3A3A. Windows color (decimal): -15575777 or 2053394. OLE color: 2053394.

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

Color convert

RGB188531-
CMYK0.7900.640.67
HSL131.64º65.05%20.2%-
HSV(B)131.64º78.82%33.33%-
XYZ3.756.722.4-
YUV58.81112.398.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=13.43%
G=63.43%
B=23.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885310.7900.640.67131.6465.0520.2
Hex12551F4F04043844114
Octal2212537117010010320410124
Binary10010101010111111100111101000000100001110000100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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