#106230

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

Shades of Crusoe #106230

Tints of Crusoe #106230

Color information

#106230 (or 0x106230) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 30. RGB value is (16,98,48). Sum of RGB (Red+Green+Blue) = 16+98+48=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #106230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106230 is #EF9DCF. Grayscale: #434343. Windows color (decimal): -15703504 or 3170832. OLE color: 3170832.

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

Color convert

RGB169848-
CMYK0.8400.510.62
HSL143.41º71.93%22.35%-
HSV(B)143.41º83.67%38.43%-
XYZ5.119.064.28-
YUV67.78116.8391.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=9.88%
G=60.49%
B=29.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698480.8400.510.62143.4171.9322.35
Hex106230540333E8f4816
Octal20142601240637621711026
Binary1000011000101100001010100011001111111010001111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106230; }

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

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

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

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

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

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

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

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