#125326

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

Shades of Crusoe #125326

Tints of Crusoe #125326

Color information

#125326 (or 0x125326) is unknown color: approx Crusoe. HEX triplet: 12, 53 and 26. RGB value is (18,83,38). Sum of RGB (Red+Green+Blue) = 18+83+38=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #125326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125326 is #EDACD9. Grayscale: #3A3A3A. Windows color (decimal): -15576282 or 2511634. OLE color: 2511634.

HSL color Cylindrical-coordinate representation of color #125326: hue angle of 138.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125326 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB188338-
CMYK0.7800.540.67
HSL138.46º64.36%19.8%-
HSV(B)138.46º78.31%32.55%-
XYZ3.696.462.89-
YUV58.43116.4799.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=12.95%
G=59.71%
B=27.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883380.7800.540.67138.4664.3619.8
Hex1253264E036438a4014
Octal221234611606610321210024
Binary10010101001110011010011100110110100001110001010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125326; }

 p { color: rgb(18,83,38); }

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

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

 a { background-color: rgb(18,83,38); }

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

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

 span { border-color: rgb(18,83,38); }

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