#125B34

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

Shades of Crusoe #125B34

Tints of Crusoe #125B34

Color information

#125B34 (or 0x125B34) is unknown color: approx Crusoe. HEX triplet: 12, 5B and 34. RGB value is (18,91,52). Sum of RGB (Red+Green+Blue) = 18+91+52=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #125B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B34 is #EDA4CB. Grayscale: #404040. Windows color (decimal): -15574220 or 3431186. OLE color: 3431186.

HSL color Cylindrical-coordinate representation of color #125B34: hue angle of 147.95º 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 #125B34 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB189152-
CMYK0.8000.430.64
HSL147.95º66.97%21.37%-
HSV(B)147.95º80.22%35.69%-
XYZ4.617.864.52-
YUV64.73120.8294.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 91 (35.94% from 255) = 56.52%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=11.18%
G=56.52%
B=32.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891520.8000.430.64147.9566.9721.37
Hex125B345002B40944315
Octal221336412005310022410325
Binary10010101101111010010100000101011100000010010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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