#125930

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

Shades of Crusoe #125930

Tints of Crusoe #125930

Color information

#125930 (or 0x125930) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 30. RGB value is (18,89,48). Sum of RGB (Red+Green+Blue) = 18+89+48=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #125930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125930 is #EDA6CF. Grayscale: #3F3F3F. Windows color (decimal): -15574736 or 3168530. OLE color: 3168530.

HSL color Cylindrical-coordinate representation of color #125930: hue angle of 145.35º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125930 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB188948-
CMYK0.8000.460.65
HSL145.35º66.36%20.98%-
HSV(B)145.35º79.78%34.9%-
XYZ4.367.494.01-
YUV63.1119.4895.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=11.61%
G=57.42%
B=30.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889480.8000.460.65145.3566.3620.98
Hex1259305002E41914215
Octal221316012005610122110225
Binary10010101100111000010100000101110100000110010001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125930; }

 p { color: rgb(18,89,48); }

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

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

 a { background-color: rgb(18,89,48); }

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

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

 span { border-color: rgb(18,89,48); }

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