#125821

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

Shades of Crusoe #125821

Tints of Crusoe #125821

Color information

#125821 (or 0x125821) is unknown color: approx Crusoe. HEX triplet: 12, 58 and 21. RGB value is (18,88,33). Sum of RGB (Red+Green+Blue) = 18+88+33=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #125821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125821 is #EDA7DE. Grayscale: #3C3C3C. Windows color (decimal): -15575007 or 2185234. OLE color: 2185234.

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

Color convert

RGB188833-
CMYK0.8000.620.65
HSL132.86º66.04%20.78%-
HSV(B)132.86º79.55%34.51%-
XYZ4.017.222.62-
YUV60.8112.3197.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 88 (34.77% from 255) = 63.31%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=12.95%
G=63.31%
B=23.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888330.8000.620.65132.8666.0420.78
Hex1258215003E41854215
Octal221304112007610120510225
Binary10010101100010000110100000111110100000110000101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125821; }

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

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

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

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

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

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

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

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