#125B36

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

Shades of Crusoe #125B36

Tints of Crusoe #125B36

Color information

#125B36 (or 0x125B36) is unknown color: approx Crusoe. HEX triplet: 12, 5B and 36. RGB value is (18,91,54). Sum of RGB (Red+Green+Blue) = 18+91+54=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #125B36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B36 is #EDA4C9. Grayscale: #414141. Windows color (decimal): -15574218 or 3562258. OLE color: 3562258.

HSL color Cylindrical-coordinate representation of color #125B36: hue angle of 149.59º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B36 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB189154-
CMYK0.8000.410.64
HSL149.59º66.97%21.37%-
HSV(B)149.59º80.22%35.69%-
XYZ4.667.884.77-
YUV64.96121.8294.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 91 (35.94% from 255) = 55.83%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=11.04%
G=55.83%
B=33.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891540.8000.410.64149.5966.9721.37
Hex125B365002940964315
Octal221336612005110022610325
Binary10010101101111011010100000101001100000010010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B36; }

 p { color: rgb(18,91,54); }

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

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

 a { background-color: rgb(18,91,54); }

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

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

 span { border-color: rgb(18,91,54); }

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