#125222

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

Shades of Crusoe #125222

Tints of Crusoe #125222

Color information

#125222 (or 0x125222) is unknown color: approx Crusoe. HEX triplet: 12, 52 and 22. RGB value is (18,82,34). Sum of RGB (Red+Green+Blue) = 18+82+34=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #125222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125222 is #EDADDD. Grayscale: #393939. Windows color (decimal): -15576542 or 2249234. OLE color: 2249234.

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

Color convert

RGB188234-
CMYK0.7800.590.68
HSL135º64%19.61%-
HSV(B)135º78.05%32.16%-
XYZ3.566.282.54-
YUV57.39114.899.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 82 (32.42% from 255) = 61.19%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=13.43%
G=61.19%
B=25.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882340.7800.590.681356419.61
Hex1252224E03B44874014
Octal221224211607310420710024
Binary10010101001010001010011100111011100010010000111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125222; }

 p { color: rgb(18,82,34); }

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

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

 a { background-color: rgb(18,82,34); }

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

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

 span { border-color: rgb(18,82,34); }

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