#126230

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

Shades of Crusoe #126230

Tints of Crusoe #126230

Color information

#126230 (or 0x126230) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 30. RGB value is (18,98,48). Sum of RGB (Red+Green+Blue) = 18+98+48=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #126230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126230 is #ED9DCF. Grayscale: #444444. Windows color (decimal): -15572432 or 3170834. OLE color: 3170834.

HSL color Cylindrical-coordinate representation of color #126230: hue angle of 142.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126230 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB189848-
CMYK0.8200.510.62
HSL142.5º68.97%22.75%-
HSV(B)142.5º81.63%38.43%-
XYZ5.159.084.28-
YUV68.38116.592.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=10.98%
G=59.76%
B=29.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898480.8200.510.62142.568.9722.75
Hex126230520333E8e4517
Octal22142601220637621610527
Binary1001011000101100001010010011001111111010001110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126230; }

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

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

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

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

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

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

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

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