#125823

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

Shades of Crusoe #125823

Tints of Crusoe #125823

Color information

#125823 (or 0x125823) is unknown color: approx Crusoe. HEX triplet: 12, 58 and 23. RGB value is (18,88,35). Sum of RGB (Red+Green+Blue) = 18+88+35=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #125823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125823 is #EDA7DC. Grayscale: #3D3D3D. Windows color (decimal): -15575005 or 2316306. OLE color: 2316306.

HSL color Cylindrical-coordinate representation of color #125823: hue angle of 134.57º 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 #125823 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB188835-
CMYK0.8000.600.65
HSL134.57º66.04%20.78%-
HSV(B)134.57º79.55%34.51%-
XYZ4.047.232.77-
YUV61.03113.3197.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 88 (34.77% from 255) = 62.41%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=12.77%
G=62.41%
B=24.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888350.8000.600.65134.5766.0420.78
Hex1258235003C41874215
Octal221304312007410120710225
Binary10010101100010001110100000111100100000110000111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125823; }

 p { color: rgb(18,88,35); }

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

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

 a { background-color: rgb(18,88,35); }

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

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

 span { border-color: rgb(18,88,35); }

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