#106130

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

Shades of Crusoe #106130

Tints of Crusoe #106130

Color information

#106130 (or 0x106130) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 30. RGB value is (16,97,48). Sum of RGB (Red+Green+Blue) = 16+97+48=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #106130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106130 is #EF9ECF. Grayscale: #434343. Windows color (decimal): -15703760 or 3170576. OLE color: 3170576.

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

Color convert

RGB169748-
CMYK0.8400.510.62
HSL143.7º71.68%22.16%-
HSV(B)143.7º83.51%38.04%-
XYZ5.028.874.24-
YUV67.19117.1691.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 97 (38.28% from 255) = 60.25%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=9.94%
G=60.25%
B=29.81%

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
Decimal1697480.8400.510.62143.771.6822.16
Hex106130540333E904816
Octal20141601240637622011026
Binary1000011000011100001010100011001111111010010000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106130; }

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

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

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

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

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

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

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

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