#125C26

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

Shades of Crusoe #125C26

Tints of Crusoe #125C26

Color information

#125C26 (or 0x125C26) is unknown color: approx Crusoe. HEX triplet: 12, 5C and 26. RGB value is (18,92,38). Sum of RGB (Red+Green+Blue) = 18+92+38=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #125C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C26 is #EDA3D9. Grayscale: #3F3F3F. Windows color (decimal): -15573978 or 2513938. OLE color: 2513938.

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

Color convert

RGB189238-
CMYK0.8000.590.64
HSL136.22º67.27%21.57%-
HSV(B)136.22º80.43%36.08%-
XYZ4.437.923.13-
YUV63.72113.4895.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 92 (36.33% from 255) = 62.16%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=12.16%
G=62.16%
B=25.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1892380.8000.590.64136.2267.2721.57
Hex125C265003B40884316
Octal221344612007310021010326
Binary10010101110010011010100000111011100000010001000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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